Searched defs: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 D | result_of_iterate.hpp | 172 struct tr1_result_of_impl<R (*)(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), FArgs, false> struct 174 typedef R type; 178 struct tr1_result_of_impl<R (&)(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), FArgs, false> struct 180 typedef R type; 185 struct tr1_result_of_impl<R (T0::*) struct 189 typedef R type; 193 struct tr1_result_of_impl<R (T0::*) struct 198 typedef R type; 202 struct tr1_result_of_impl<R (T0::*) struct 207 typedef R type; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/ |
| H A D | result_of.hpp | 177 struct tr1_result_of_impl<F, FArgs, true> struct 179 typedef typename F::result_type type; 193 struct tr1_result_of_impl<F, FArgs, false> struct
|