Searched refs:BOOST_FUSION_FWD_ELEM (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/map/detail/ |
| H A D | map_impl.hpp | 86 : rest_type(BOOST_FUSION_FWD_ELEM(rest_type, *static_cast<rest_type*>(&rhs))) in map_impl() 87 , element(BOOST_FUSION_FWD_ELEM(Pair, rhs.element)) in map_impl() 104 : rest_type(BOOST_FUSION_FWD_ELEM(T, rest)...) in map_impl() 105 , element(BOOST_FUSION_FWD_ELEM(Pair, element_)) in map_impl() 190 element = BOOST_FUSION_FWD_ELEM(Pair, rhs.element); in operator =()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/ |
| H A D | config.hpp | 67 # define BOOST_FUSION_FWD_ELEM(type, value) static_cast<type&&>(value) macro 69 # define BOOST_FUSION_FWD_ELEM(type, value) std::forward<type>(value) macro
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/ |
| H A D | vector_n.hpp | 22 m##n(BOOST_FUSION_FWD_ELEM(T##n, other.m##n)) 25 m##n(BOOST_FUSION_FWD_ELEM(U##n, _##n)) 31 BOOST_FUSION_FWD_ELEM(U##n, _##n) 225 : base_type(BOOST_FUSION_FWD_ELEM(U0, _0)) {} in BOOST_PP_CAT()
|
| H A D | vector_forward_ctor.hpp | 11 #define FUSION_FORWARD_CTOR_FORWARD(z, n, _) BOOST_FUSION_FWD_ELEM(U##n, _##n)
|
| H A D | vector.hpp | 183 vec = BOOST_FUSION_FWD_ELEM(T, rhs); in operator =()
|