Home
last modified time | relevance | path

Searched defs:StatFuncTemplate (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/tti/test/
Dtest_function_template_works.cpp11 … template<class X,class Y,short AA> static int StatFuncTemplate(X *,Y) { int ret(AA); return ret; } in StatFuncTemplate() function
Dtest_structs.hpp21 … template<class X,class Y,short AA> static int StatFuncTemplate(X *,Y) { int ret(AA); return ret; } in StatFuncTemplate() function