Home
last modified time | relevance | path

Searched defs:add_const (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 Dadd_const.hpp30 template <class T> struct add_const struct
32 typedef T const type;
39 template <class T> struct add_const<T&> struct
41 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 Dmeta_utils.hpp154 struct add_const struct
156 typedef const T type;
160 struct add_const<T&> struct
162 typedef const T& type;
168 struct add_const<T&&> struct
170 typedef T&& type;