bit::memory
bit::memory::allocator_has_dispose_array< T, U > Struct Template Reference

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

#include <Allocator.hpp>

Inheritance diagram for bit::memory::allocator_has_dispose_array< T, U >:

Detailed Description

template<typename T, typename U>
struct bit::memory::allocator_has_dispose_array< T, U >

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

The result is aliased as ::value

Template Parameters
Tthe type to check

Definition at line 645 of file Allocator.hpp.


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