bit::memory
bit::memory::is_block_allocator< T > Struct Template Reference

Type-trait to determine whether T satisfies the minimum requirements to be a BlockAllocator. More...

#include <BlockAllocator.hpp>

Inheritance diagram for bit::memory::is_block_allocator< T >:

Detailed Description

template<typename T>
struct bit::memory::is_block_allocator< T >

Type-trait to determine whether T satisfies the minimum requirements to be a BlockAllocator.

The result is aliased as ::value

Template Parameters
Tthe type to check

Definition at line 253 of file BlockAllocator.hpp.


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