Home
last modified time | relevance | path

Searched refs:decay_imp (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/type_traits/
H A Ddecay.hpp25 …template <class T, bool Array, bool Function> struct decay_imp { typedef typename remove_cv<T>::ty… struct
26 …template <class T> struct decay_imp<T, true, false> { typedef typename remove_bounds<T>::type* typ… struct
27 template <class T> struct decay_imp<T, false, true> { typedef T* type; }; struct
37 …typedef typename boost::detail::decay_imp<Ty, boost::is_array<Ty>::value, boost::is_function<Ty>::… argument