Helper-struct that chooses the right recycler type depending on template parameter TRecycling. Specializations exists for each element in enumeration Recycling.
TRecycling | The sort of recycling, as given with template parameter of container types with the same name. |
Definition at line 674 of file recycler.hpp.
#include <recycler.hpp>
Public Type Index: | |
using | HookType = void |
The hook type. Only used with shared recycling, otherwise void . | |
using | Type = void |
The type chosen. | |
The hook type. Only used with shared recycling, otherwise void
.
Definition at line 681 of file recycler.hpp.
The type chosen.
Definition at line 678 of file recycler.hpp.