Home
last modified time | relevance | path

Searched refs:tr1_result_of_impl (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/detail/
H A Dresult_of_iterate.hpp30 , boost::detail::tr1_result_of_impl<
34 , boost::detail::tr1_result_of_impl<
62 , detail::tr1_result_of_impl<
172 struct tr1_result_of_impl<R (*)(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), FArgs, false> struct
178 struct tr1_result_of_impl<R (&)(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), FArgs, false> struct
185 struct tr1_result_of_impl<R (T0::*) struct
193 struct tr1_result_of_impl<R (T0::*) struct
202 struct tr1_result_of_impl<R (T0::*) struct
211 struct tr1_result_of_impl<R (T0::*) struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/
H A Dresult_of.hpp81 template<typename F, typename FArgs, bool HasResultType> struct tr1_result_of_impl;
174 : tr1_result_of_impl<typename remove_cv<F>::type, FArgs, false> { };
177 struct tr1_result_of_impl<F, FArgs, true> struct
193 struct tr1_result_of_impl<F, FArgs, false> struct