Home
last modified time | relevance | path

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 Dmap_impl.hpp86 : 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 Dconfig.hpp67 # 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 Dvector_n.hpp22 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 Dvector_forward_ctor.hpp11 #define FUSION_FORWARD_CTOR_FORWARD(z, n, _) BOOST_FUSION_FWD_ELEM(U##n, _##n)
H A Dvector.hpp183 vec = BOOST_FUSION_FWD_ELEM(T, rhs); in operator =()