Searched defs:construct_ (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/ |
| H A D | make.hpp | 19 struct construct_<proto::expr<T, A, 0>, true> struct 21 typedef proto::expr<T, A, 0> result_type; 24 result_type operator ()(A0 &a0) const in operator ()() 30 struct construct_<proto::basic_expr<T, A, 0>, true> struct 32 typedef proto::basic_expr<T, A, 0> result_type; 35 result_type operator ()(A0 &a0) const in operator ()() 121 struct construct_<proto::expr<T, A, 1>, true> struct 123 typedef proto::expr<T, A, 1> result_type; 126 result_type operator ()(A0 &a0) const in operator ()() 132 struct construct_<proto::basic_expr<T, A, 1>, true> struct [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/ |
| H A D | make.hpp | 106 struct construct_<proto::expr<T, A, N>, true> struct 108 typedef proto::expr<T, A, N> result_type; 112 result_type operator ()(BOOST_PP_ENUM_BINARY_PARAMS(BOOST_PP_MAX(N, 1), A, &a)) const in operator ()() 119 struct construct_<proto::basic_expr<T, A, N>, true> struct 121 typedef proto::basic_expr<T, A, N> result_type; 125 result_type operator ()(BOOST_PP_ENUM_BINARY_PARAMS(BOOST_PP_MAX(N, 1), A, &a)) const in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/ |
| H A D | make.hpp | 122 struct construct_ struct 124 typedef Type result_type; 127 Type operator ()() const in operator ()() 137 struct construct_<Type, true> struct 139 typedef Type result_type; 142 Type operator ()() const in operator ()()
|