Home
last modified time | relevance | path

Searched defs:remove_const (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/type_traits/
H A Dremove_const.hpp21 template <class T> struct remove_const{ typedef T type; }; argument
22 template <class T> struct remove_const<T const>{ typedef T type; }; argument
25 template <class T, std::size_t N> struct remove_const<T const[N]>{ typedef T type[N]; }; struct
27 template <class T> struct remove_const<T const[]>{ typedef T type[]; }; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/detail/
H A Dremove_const.hpp20 remove_const struct
22 typedef T type;
27 remove_const<T const> struct
29 typedef T type;
/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.hpp391 struct remove_const struct
392 { typedef T type; };
395 struct remove_const< const T> struct
396 { typedef T type; };