ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
RecyclerVoid< TSidiNode > Struct Template Reference

Class Description

template<typename TSidiNode>
struct aworx::lib::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 detail::SidiNodeBase.

Definition at line 261 of file recycler.inl.


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