|
Allocator Builder
Policy Based C++ Template Allocator Library
|
#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) |
Trait that checks if the given class implements void deallocate_all()
Definition at line 40 of file traits.hpp.