Allocator Builder
Policy Based C++ Template Allocator Library
 All Classes Functions Variables Enumerations Enumerator Groups Pages
alb::v_100::traits::has_deallocate_all< T > Struct Template Reference

#include <traits.hpp>

Classes

struct  Check
 

Static Public Member Functions

template<typename U >
static bool test (Check< U,&U::deallocate_all > *)
 
template<typename U >
static bool test (...)
 

Static Public Attributes

static constexpr bool value = test<T>(nullptr)
 

Detailed Description

template<typename T>
struct alb::v_100::traits::has_deallocate_all< T >

Trait that checks if the given class implements void deallocate_all()

Definition at line 40 of file traits.hpp.


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