Home
last modified time | relevance | path

Searched refs:BOOST_REF_CONST (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.hpp119 # define BOOST_REF_CONST macro
121 # define BOOST_REF_CONST const macro
131 template<class T> BOOST_FORCEINLINE reference_wrapper<T> BOOST_REF_CONST ref( T & t ) in ref()
150 template<class T> BOOST_FORCEINLINE reference_wrapper<T const> BOOST_REF_CONST cref( T const & t ) in cref()
155 #undef BOOST_REF_CONST