This struct contains three tag-types which denote the type of node-recycling that a container instantiation is deemed to perform. One of these inner types is to be set as the value for a corresponding template parameter named TRecycling found in container types of this module.
In the case Shared is given, the container type will expose a type definition named TSharedRecycler which can be used to define the external shared recycler object. This object has then to be passed to the constructor of the container instance.
Definition at line 33 of file monomem/fwds.hpp.
#include <fwds.hpp>
Inner Type Index: | |
struct | None |
struct | Private |
struct | Shared |