Home
last modified time | relevance | path

Searched refs:ACVFunTemplate (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/tti/test/
Dtest_has_mem_fun_template.hpp32 BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION_TEMPLATE(ACV,ACVFunTemplate,int,short) // const volatile
54 BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION_TEMPLATE(ACV,ACVFunTemplate,(2,(int,short))) // const volatile
Dtest_has_fun_template.hpp24 BOOST_TTI_TRAIT_HAS_FUNCTION_TEMPLATE(ACVF,ACVFunTemplate,int,long)
47 BOOST_TTI_TRAIT_HAS_FUNCTION_TEMPLATE(ACVF,ACVFunTemplate,(2,(int,long)))
Dtest_structs.hpp140 template<class X,class Y> double ACVFunTemplate(X, Y) const volatile { return 2.59; } in ACVFunTemplate() function