Home
last modified time | relevance | path

Searched defs:addr_impl_ref (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmeta_utils.hpp243 struct addr_impl_ref struct
245 T & v_;
246 BOOST_MOVE_FORCEINLINE addr_impl_ref( T & v ): v_( v ) {} in addr_impl_ref() function
270 ( ::boost::move_detail::addr_impl_ref<T>( v ), 0 ); in addressof()