#include <boost/type_traits/detail/template_arity_spec.hpp>
#include <boost/type_traits/integral_constant.hpp>
#include <boost/config.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_TT_AUX_BOOL_C_BASE(C) : public ::boost::integral_constant<bool,C> |
#define | BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(trait, sp, value) |
#define | BOOST_TT_AUX_BOOL_TRAIT_DEF1(trait, T, C) |
#define | BOOST_TT_AUX_BOOL_TRAIT_DEF2(trait, T1, T2, C) |
#define | BOOST_TT_AUX_BOOL_TRAIT_DEF3(trait, T1, T2, T3, C) |
#define | BOOST_TT_AUX_BOOL_TRAIT_IMPL_PARTIAL_SPEC2_1(param, trait, sp1, sp2, C) |
#define | BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(trait, sp, C) |
#define | BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait, sp1, sp2, C) |
#define | BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(param, trait, sp, C) |
#define | BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_2(param1, param2, trait, sp, C) |
#define | BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_1(param, trait, sp1, sp2, C) |
#define | BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_2(param1, param2, trait, sp1, sp2, C) |
#define | BOOST_TT_AUX_BOOL_TRAIT_SPEC1(trait, sp, C) |
#define | BOOST_TT_AUX_BOOL_TRAIT_SPEC2(trait, sp1, sp2, C) |
#define | BOOST_TT_AUX_BOOL_TRAIT_VALUE_DECL(C) |
#define BOOST_TT_AUX_BOOL_C_BASE | ( | C | ) | : public ::boost::integral_constant<bool,C> |
Definition at line 52 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1 | ( | trait, | |
sp, | |||
value | |||
) |
Definition at line 169 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_DEF1 | ( | trait, | |
T, | |||
C | |||
) |
Definition at line 56 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_DEF2 | ( | trait, | |
T1, | |||
T2, | |||
C | |||
) |
Definition at line 68 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_DEF3 | ( | trait, | |
T1, | |||
T2, | |||
T3, | |||
C | |||
) |
Definition at line 79 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_IMPL_PARTIAL_SPEC2_1 | ( | param, | |
trait, | |||
sp1, | |||
sp2, | |||
C | |||
) |
Definition at line 160 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1 | ( | trait, | |
sp, | |||
C | |||
) |
Definition at line 108 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2 | ( | trait, | |
sp1, | |||
sp2, | |||
C | |||
) |
Definition at line 116 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1 | ( | param, | |
trait, | |||
sp, | |||
C | |||
) |
Definition at line 124 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_2 | ( | param1, | |
param2, | |||
trait, | |||
sp, | |||
C | |||
) |
Definition at line 133 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_1 | ( | param, | |
trait, | |||
sp1, | |||
sp2, | |||
C | |||
) |
Definition at line 142 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_2 | ( | param1, | |
param2, | |||
trait, | |||
sp1, | |||
sp2, | |||
C | |||
) |
Definition at line 151 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_SPEC1 | ( | trait, | |
sp, | |||
C | |||
) |
Definition at line 90 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_SPEC2 | ( | trait, | |
sp1, | |||
sp2, | |||
C | |||
) |
Definition at line 99 of file bool_trait_def.hpp.
#define BOOST_TT_AUX_BOOL_TRAIT_VALUE_DECL | ( | C | ) |
Definition at line 48 of file bool_trait_def.hpp.