ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
RecyclerVoid< TSidiNode > Struct Template Reference

Description:

template<typename TSidiNode>
struct alib::monomem::detail::RecyclerVoid< TSidiNode >

Implements internal recycling interface. Used by container types of module ALib Memory that omit recycling (when their template parameter TRecycling evaluates to Recycling::None ).

Note
The interface of this type is not documented, as all methods are emtpy, or return constexpr 0.
See also
Non-empty 'implementations' of this template type are given with detail::RecyclerPrivate and detail::RecyclerShared .
Template Parameters
TSidiNodeThe type to recycle. Has to be derived of lang::SidiNodeBase .

Definition at line 261 of file recycler.inl.


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