Searched defs:invoke_fn_ptr (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.hpp | 233 struct invoke_fn_ptr<Function,Sequence,N,true> struct 237 typedef typename ft::result_type<Function>::type result_type; 244 call(F & f, Sequence & s) in call() 254 call(F & f, Sequence & /*s*/) in call() 333 struct invoke_fn_ptr<Function,Sequence,N,false> struct 336 typedef invoke_param_types<Sequence,N> seq; 339 typedef typename ft::result_type<Function>::type result_type; 346 call(F & f, Sequence & s) in call() 358 call(F & f, Sequence & /*s*/) in call()
|