Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/phoenix/test/bll_compatibility/
Dbind_tests_advanced.cpp54 struct which_one { struct
55 typedef fptr_type (*result_type)(bool x);
61 result_type operator()() const { return sum_or_product; } in operator ()()