Home
last modified time | relevance | path

Searched refs: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.hpp66 , detail::cpp0x_result_of_impl<
115 struct cpp0x_result_of_impl<F(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), true> struct
118 , cpp0x_result_of_impl<F(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), false>
123 struct cpp0x_result_of_impl<F(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), false> struct
135 struct cpp0x_result_of_impl<F(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/
Dresult_of.hpp158 template<typename F, bool TestCallability = true> struct cpp0x_result_of_impl;
168 template<typename F, typename Enable = void> struct cpp0x_result_of_impl {}; struct