ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
Recycling Struct Reference

Description:


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.

See also
Chapter 1.5 Recycling of the Programmer's Manual for this ALib Module .

Definition at line 33 of file monomem/fwds.hpp.

#include <fwds.hpp>

Inner Type Index:

struct  None
 
struct  Private
 
struct  Shared
 

The documentation for this struct was generated from the following file: