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

Type-trait to determine whether T has a 'deallocate_all' function. More...

#include <Allocator.hpp>

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

Detailed Description

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

Type-trait to determine whether T has a 'deallocate_all' function.

The result is aliased as ::value

Template Parameters
Tthe type to check

Definition at line 586 of file Allocator.hpp.


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