Home
last modified time | relevance | path

Searched defs:reference_wrapper (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/core/
H A Dref.hpp59 template<class T> class reference_wrapper class
73 BOOST_FORCEINLINE explicit reference_wrapper(T& t): t_(boost::addressof(t)) {} in reference_wrapper() function in boost::reference_wrapper
77 …BOOST_FORCEINLINE explicit reference_wrapper( T & t, ref_workaround_tag ): t_( boost::addressof( t… in reference_wrapper() function in boost::reference_wrapper