Home
last modified time | relevance | path

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

/third_party/boost/libs/function_types/example/
Dresult_of_example.cpp21 struct int_result_of struct
23 template<typename F> struct result { typedef int type; };
/third_party/boost/libs/utility/test/
Dresult_of_test.cpp28 struct int_result_of struct
31 result<int_result_of(double)>::type operator()(double); argument