Home
last modified time | relevance | path

Searched refs:remove_bounds (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dremove_bounds.hpp17 template <class T> struct remove_bounds : public remove_extent<T> {}; struct
21 template <class T> using remove_bounds_t = typename remove_bounds<T>::type;
H A Ddecay.hpp26 …template <class T> struct decay_imp<T, true, false> { typedef typename remove_bounds<T>::type* typ…