Searched defs:invoke_function_object_impl (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/functional/invocation/ |
D | invoke_function_object.hpp | 110 struct invoke_function_object_impl<Function,Sequence,N,true, struct 118 Function (BOOST_PP_ENUM(N,M,~)) >::type result_type; 126 call(F & f, Sequence & s) in call() 151 struct invoke_function_object_impl<Function,Sequence,N,false, struct 158 typedef invoke_function_object_param_types<Sequence,N> seq; 162 >::type result_type; 169 call(F & f, Sequence & s) in call() 185 call(F & f, Sequence & /*s*/) in call()
|