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

Type-trait to determine whether T satisfies the minimum requirements to be an Allocator. More...

#include <Allocator.hpp>

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

Detailed Description

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

Type-trait to determine whether T satisfies the minimum requirements to be an Allocator.

The result is aliased as ::value

Template Parameters
Tthe type to check

Definition at line 830 of file Allocator.hpp.


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