Searched defs:invoke_impl (Results 1 – 1 of 1) sorted by relevance
| /external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/functional/invocation/ |
| D | invoke.hpp | 95 struct invoke_impl<Function,Sequence,N,true,RandomAccess,Enable> struct 103 struct invoke_impl<Function,Sequence,1,true,RandomAccess,Enable> struct 197 struct invoke_impl<Function,Sequence,N,false,true, struct 205 Function(BOOST_PP_ENUM(N,M,~)) >::type result_type; 213 call(F & f, Sequence & s) in call() 223 call(F & f, Sequence & /*s*/) in call() 291 struct invoke_impl<Function,Sequence,N,false,false, struct 299 typedef invoke_param_types<Sequence,N> seq; 304 >::type result_type; 311 call(F & f, Sequence & s) in call() [all …]
|