NEST  2.6.0,not_revisioned_source_dir@0
Static Public Member Functions | Static Public Attributes | List of all members
internal::is_class_or_union< T > Struct Template Reference

#include <type_traits.h>

Static Public Member Functions

template<class U >
static small_ tester (void(U::*)())
 
template<class U >
static big_ tester (...)
 

Static Public Attributes

static const bool value = sizeof(tester<T>(0)) == sizeof(small_)
 

Member Function Documentation

template<class T >
template<class U >
static small_ internal::is_class_or_union< T >::tester ( void(U::*)()  )
static
template<class T >
template<class U >
static big_ internal::is_class_or_union< T >::tester (   ...)
static

Member Data Documentation

template<class T >
const bool internal::is_class_or_union< T >::value = sizeof(tester<T>(0)) == sizeof(small_)
static

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