Home
last modified time | relevance | path

Searched refs:FTHasDef (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/tti/test/
Dtest_has_mem_fun_template.hpp22 BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION_TEMPLATE(FTD,FTHasDef,int) // default parameter
44 BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION_TEMPLATE(FTD,FTHasDef,(1,(int))) // default parameter
Dtest_has_fun_template.hpp19 BOOST_TTI_HAS_FUNCTION_TEMPLATE(FTHasDef,int)
42 BOOST_TTI_HAS_FUNCTION_TEMPLATE(FTHasDef,(1,(int)))
Dtest_has_fun_template_fail3.cpp15 …BOOST_MPL_ASSERT((BOOST_TTI_HAS_FUNCTION_TEMPLATE_GEN(FTHasDef)<AType,double,boost::mpl::vector<in… in main()
Dtest_has_fun_template.cpp17 …BOOST_TEST((BOOST_TTI_HAS_FUNCTION_TEMPLATE_GEN(FTHasDef)<AType,double,boost::mpl::vector<int, lon… in main()
Dtest_has_fun_template_compile.cpp24 …BOOST_MPL_ASSERT((BOOST_TTI_HAS_FUNCTION_TEMPLATE_GEN(FTHasDef)<AType,double,boost::mpl::vector<in… in main()
Dtest_structs.hpp126 template<class X> double FTHasDef(X, long, char = 'a') { return 3.58; } in FTHasDef() function