nngn
Loading...
Searching...
No Matches
nngn::tagging_descriptor Concept Reference

Associates a block type with an allocator. More...

#include <tagging.h>

Concept definition

template<typename T>
concept nngn::tagging_descriptor = requires(T t) {
typename T::value_type;
typename T::block_type;
}
Associates a block type with an allocator.
Definition: tagging.h:16
#define T(f0, f1, f2)

Detailed Description

Associates a block type with an allocator.

See also
nngn::alloc_block
nngn::tagging_allocator