Searched defs:cpp0x_result_of_impl (Results 1 – 2 of 2) sorted by relevance
115 struct cpp0x_result_of_impl<F(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), true> struct123 struct cpp0x_result_of_impl<F(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), false> struct129 ) type;135 struct cpp0x_result_of_impl<F(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), struct145 ) type;
168 template<typename F, typename Enable = void> struct cpp0x_result_of_impl {}; struct