Home
last modified time | relevance | path

Searched defs:add_const_reference (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 Dtype_traits.hpp372 struct add_const_reference struct
373 { typedef const T &type; };
376 struct add_const_reference<T&> struct
377 { typedef T& type; };