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

#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)
 

Detailed Description

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

Trait that checks if the given class implements bool expand(Block&, size_t)

Definition at line 26 of file traits.hpp.


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