Wolframe, 0.0.3

_Wolframe::serialize::traits::has_description_method_noprm< T > Struct Template Reference

#include <traits_getCategory.hpp>

Classes

struct  large_type
 
struct  tester_static_signature
 

Public Types

typedef char small_type
 

Static Public Member Functions

template<typename U >
static small_type has_matching_member (tester_static_signature<&U::getStructDescription > *)
 
template<typename U >
static large_type has_matching_member (...)
 

Static Public Attributes

static const bool value =sizeof(has_matching_member<T>(0))==sizeof(small_type)
 value with the boolean property corresponding has getStructDescription static/member method without paramater More...
 

Member Typedef Documentation

Member Function Documentation

template<typename T >
template<typename U >
static small_type _Wolframe::serialize::traits::has_description_method_noprm< T >::has_matching_member ( tester_static_signature<&U::getStructDescription > *  )
static
template<typename T >
template<typename U >
static large_type _Wolframe::serialize::traits::has_description_method_noprm< T >::has_matching_member (   ...)
static

Member Data Documentation

template<typename T >
const bool _Wolframe::serialize::traits::has_description_method_noprm< T >::value =sizeof(has_matching_member<T>(0))==sizeof(small_type)
static

value with the boolean property corresponding has getStructDescription static/member method without paramater


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