Wolframe, 0.0.3

_Wolframe::serialize::traits::has_description_method< T, is_class_type > Struct Template Reference

conditional template for detecting if a type is a class with a static/member method getStructDescription() returning a const pointer to a structure description as defined in serialize/structDescriptionBase.hpp More...

#include <traits_getCategory.hpp>

Inheritance diagram for _Wolframe::serialize::traits::has_description_method< T, is_class_type >:

Detailed Description

template<typename T, bool is_class_type = boost::is_class<T>::value>
struct _Wolframe::serialize::traits::has_description_method< T, is_class_type >

conditional template for detecting if a type is a class with a static/member method getStructDescription() returning a const pointer to a structure description as defined in serialize/structDescriptionBase.hpp

Remarks
see http://drdobbs.com/article/print?articleId=227500449&siteSectionName= "Checking Concept Without Concepts in C++"

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