|
Allocator Builder
Policy Based C++ Template Allocator Library
|
#include <traits.hpp>
Classes | |
| struct | Check |
Static Public Member Functions | |
| template<typename U > | |
| static constexpr bool | test (Check< U,&U::expand > *) |
| template<typename U > | |
| static constexpr bool | test (...) |
Static Public Attributes | |
| static constexpr bool | value = test<T>(nullptr) |
Trait that checks if the given class implements bool expand(Block&, size_t)
Definition at line 26 of file traits.hpp.