TPIE

2362a60
tpie::reflect_sfinae< T > Class Template Reference

Static Public Attributes

static constexpr bool size_and_lookup = sizeof(size_and_lookup_magic<T>((T*)nullptr)) == sizeof(char)
 
static constexpr bool resize = sizeof(resize_magic<T>((T*)nullptr)) == sizeof(char)
 
static constexpr bool push_back = sizeof(push_back_magic<T>((T*)nullptr)) == sizeof(char)
 
static constexpr bool data = sizeof(data_magic<T>((T*)nullptr)) == sizeof(char)
 
static constexpr bool c_str = sizeof(c_str_magic<T>((T*)nullptr)) == sizeof(char)
 
static constexpr bool trivially_serializable_value = sizeof(tsv_magic<T>((T*)nullptr)) == sizeof(char)
 

Detailed Description

template<typename T>
class tpie::reflect_sfinae< T >

Definition at line 69 of file reflect.h.


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