Home
last modified time | relevance | path

Searched refs:BOOST_MOVE_TO_RV_CAST (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/move/
H A Dcore.hpp61 #define BOOST_MOVE_TO_RV_CAST(RV_TYPE, ARG) reinterpret_cast<RV_TYPE>(ARG) macro
63 #define BOOST_MOVE_TO_RV_CAST(RV_TYPE, ARG) static_cast<RV_TYPE>(ARG) macro
216 return *BOOST_MOVE_TO_RV_CAST(::boost::rv<T>*, ::boost::move_detail::addressof(x)); in move_return()
249 { return *BOOST_MOVE_TO_RV_CAST(::boost::rv<TYPE>*, this); }\
251 { return *BOOST_MOVE_TO_RV_CAST(const ::boost::rv<TYPE>*, this); }\
267 { return *BOOST_MOVE_TO_RV_CAST(::boost::rv<TYPE>*, this); }\
269 { return *BOOST_MOVE_TO_RV_CAST(const ::boost::rv<TYPE>*, this); }\
276 { return *BOOST_MOVE_TO_RV_CAST(::boost::rv<TYPE>*, this); }\
278 { return *BOOST_MOVE_TO_RV_CAST(const ::boost::rv<TYPE>*, this); }\
H A Dutility_core.hpp69 return *BOOST_MOVE_TO_RV_CAST(::boost::rv<T>*, ::boost::move_detail::addressof(x) ); in move()