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

#include <traits.hpp>

Classes

struct  Check
 

Static Public Member Functions

template<typename U >
static constexpr bool test (Check< U,&U::owns > *)
 
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_owns< T >

Trait that checks if the given class implements bool owns(const Block&) const

Definition at line 54 of file traits.hpp.


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