Home
last modified time | relevance | path

Searched defs:unwrap_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/core/
H A Dref.hpp239 template<typename T> struct unwrap_reference struct
241 typedef T type;
247 template<typename T> struct unwrap_reference< reference_wrapper<T> > struct
249 typedef T type;
254 template<typename T> struct unwrap_reference< reference_wrapper<T> const > struct
256 typedef T type;
259 template<typename T> struct unwrap_reference< reference_wrapper<T> volatile > struct
261 typedef T type;
264 template<typename T> struct unwrap_reference< reference_wrapper<T> const volatile > struct
266 typedef T type;