Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/detail/
Dresult_of_iterate.hpp115 struct cpp0x_result_of_impl<F(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), true> struct
123 struct cpp0x_result_of_impl<F(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), false> struct
129 ) type;
135 struct cpp0x_result_of_impl<F(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), struct
145 ) type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/
Dresult_of.hpp168 template<typename F, typename Enable = void> struct cpp0x_result_of_impl {}; struct