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 678 of file recycling.inl.
Public Type Index: | |
using | HookType = void |
The hook type. Only used with shared recycling, otherwise void . | |
using | Type = void |
The type chosen. | |
using alib::containers::detail::RecyclingSelector< TRecycling >::HookType = void |
The hook type. Only used with shared recycling, otherwise void
.
Definition at line 685 of file recycling.inl.
using alib::containers::detail::RecyclingSelector< TRecycling >::Type = void |
The type chosen.
Definition at line 682 of file recycling.inl.