Home
last modified time | relevance | path

Searched refs:unwrapped_type (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dwrap_unwrap.hpp35 struct unwrapped_type struct
87 typename unwrapped_type<T>::type&
91 typename unwrapped_type<T>::type& unwrap(T& t) { return t; } in unwrap()
94 const typename unwrapped_type<T>::type& unwrap(const T& t) { return t; } in unwrap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dtraits.hpp188 typename detail::unwrapped_type<T>::type
196 typedef typename detail::unwrapped_type<T>::type U;
228 typedef typename detail::unwrapped_type<T>::type U;
H A Dclose.hpp130 typedef typename detail::unwrapped_type<T>::type unwrapped;