Home
last modified time | relevance | path

Searched refs:BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/log/detail/
Dfunction_traits.hpp49 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_argument_type, argument_type, false)
50 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_first_argument_type, first_argument_type, false)
51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
52 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_arg1_type, arg1_type, false)
53 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_arg2_type, arg2_type, false)
/third_party/boost/libs/mpl/doc/src/refmanual/
DHAS_XXX_TRAIT_NAMED_DEF.rst1 .. Macros/Introspection//BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF
3 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF title
11 #define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, default\_) \\
62 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, c1)
118 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_xxx, xxx, false)
DCFG_NO_HAS_XXX.rst19 |BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF| introspection macros' functionality
26 |Macros|, |Configuration|, |BOOST_MPL_HAS_XXX_TRAIT_DEF|, |BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF|
DHAS_XXX_TRAIT_DEF.rst29 the |BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF| introspection macro |-- end note|
71 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(
115 |Macros|, |BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF|, |BOOST_MPL_CFG_NO_HAS_XXX|
/third_party/boost/boost/mpl/
Dhas_xxx.hpp144 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, unused) \ macro
149 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, unused) \ macro
168 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, default_) \ macro
227 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, default_) \ macro
236 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, default_) \ macro
267 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, default_) \ macro
279 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(BOOST_PP_CAT(has_,name), name, false) \
/third_party/boost/boost/mpl/aux_/
Dhas_rebind.hpp44 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_rebind, rebind, false)
48 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_rebind_impl, rebind, false)
Dhas_tag.hpp20 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_tag, tag, false)
Dhas_type.hpp20 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_type, type, true)
Dhas_begin.hpp20 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_begin, begin, true)
Dhas_apply.hpp22 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_apply, apply, false)
/third_party/boost/boost/math/tools/
Dtraits.hpp35 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_value_type, value_type, true)
36 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_policy_type, policy_type, true)
/third_party/boost/boost/multiprecision/traits/
Dis_byte_container.hpp16 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_member_const_iterator, const_iterator, false)
/third_party/boost/boost/tti/detail/
Ddmem_type.hpp19 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(BOOST_PP_CAT(trait,_detail_member_type_mpl), name, false) \
Ddtype.hpp29 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(BOOST_PP_CAT(trait,_detail_type_mpl), name, false) \
Ddunion.hpp32 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(BOOST_PP_CAT(trait,_detail_union_mpl), name, false) \
Ddclass.hpp32 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(BOOST_PP_CAT(trait,_detail_class_mpl), name, false) \
Ddenum.hpp32 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(BOOST_PP_CAT(trait,_detail_enum_mpl), name, false) \
/third_party/boost/boost/log/utility/
Dexception_handler.hpp48 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_exception_types, exception_types, false)
/third_party/boost/libs/iterator/test/
Dindirect_iterator_test.cpp147 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_element_type, element_type, true) in BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF() function
/third_party/boost/boost/log/expressions/formatters/
Dwrap_formatter.hpp118 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_char_type, char_type, false)