ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::containers::detail::RecyclingSelector< TRecycling > Struct Template Reference

Description:

template<Recycling TRecycling>
struct alib::containers::detail::RecyclingSelector< TRecycling >

Helper-struct that chooses the right recycler type depending on template parameter TRecycling. Specializations exists for each element in enumeration Recycling.

Template Parameters
TRecyclingThe 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.
 

Type Definition Details:

◆ HookType

template<Recycling TRecycling>
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.

◆ Type

template<Recycling TRecycling>
using alib::containers::detail::RecyclingSelector< TRecycling >::Type = void

The type chosen.

Definition at line 682 of file recycling.inl.


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