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/ |
D | result_of_iterate.hpp | 66 , 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/ |
D | result_of.hpp | 158 template<typename F, bool TestCallability = true> struct cpp0x_result_of_impl; 168 template<typename F, typename Enable = void> struct cpp0x_result_of_impl {}; struct
|