Searched refs:FTHasDef (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/tti/test/ |
D | test_has_mem_fun_template.hpp | 22 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
|
D | test_has_fun_template.hpp | 19 BOOST_TTI_HAS_FUNCTION_TEMPLATE(FTHasDef,int) 42 BOOST_TTI_HAS_FUNCTION_TEMPLATE(FTHasDef,(1,(int)))
|
D | test_has_fun_template_fail3.cpp | 15 …BOOST_MPL_ASSERT((BOOST_TTI_HAS_FUNCTION_TEMPLATE_GEN(FTHasDef)<AType,double,boost::mpl::vector<in… in main()
|
D | test_has_fun_template.cpp | 17 …BOOST_TEST((BOOST_TTI_HAS_FUNCTION_TEMPLATE_GEN(FTHasDef)<AType,double,boost::mpl::vector<int, lon… in main()
|
D | test_has_fun_template_compile.cpp | 24 …BOOST_MPL_ASSERT((BOOST_TTI_HAS_FUNCTION_TEMPLATE_GEN(FTHasDef)<AType,double,boost::mpl::vector<in… in main()
|
D | test_structs.hpp | 126 template<class X> double FTHasDef(X, long, char = 'a') { return 3.58; } in FTHasDef() function
|