#include <FXGenericTools.h>
Inheritance diagram for FX::Generic::ClassTraits::has< type >:
This class works with FX::Generic::TraitsBasic & FX::Generic::Traits. To use, specialise the traits in question for your type eg;
namespace FX { namespace Generic { namespace ClassTraits { template<> struct has<MyType> : public combine<POD> {}; } } };
Definition at line 1361 of file FXGenericTools.h.
Public Types | |
typedef TL::create< T1 >::value | pars |
Static Public Attributes | |
static const bool | PODness |