ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
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 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.
 

Type Definition Details:

◆ HookType

template<Recycling TRecycling>
using HookType = void

The hook type. Only used with shared recycling, otherwise void.

Definition at line 681 of file recycler.hpp.

◆ Type

template<Recycling TRecycling>
using Type = void

The type chosen.

Definition at line 678 of file recycler.hpp.


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