Home
last modified time | relevance | path

Searched defs:remove_const (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/type_traits/
Dremove_const.hpp21 template <class T> struct remove_const{ typedef T type; }; struct
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
/third_party/boost/boost/qvm/detail/
Dremove_const.hpp20 remove_const struct
22 typedef T type;
27 remove_const<T const> struct
29 typedef T type;
/third_party/boost/boost/interprocess/detail/
Dtype_traits.hpp101 struct remove_const struct
103 typedef T type;
107 struct remove_const<const T> struct
109 typedef T type;
/third_party/boost/boost/move/detail/
Dunique_ptr_meta_utils.hpp146 struct remove_const struct
148 typedef T type;
152 struct remove_const<const T> struct
154 typedef T type;
Dtype_traits.hpp391 struct remove_const struct
392 { typedef T type; };
395 struct remove_const< const T> struct
396 { typedef T type; };
/third_party/boost/libs/hana/include/boost/hana/
Dtraits.hpp141 constexpr auto remove_const = metafunction<std::remove_const>; variable
/third_party/boost/boost/hana/
Dtraits.hpp141 constexpr auto remove_const = metafunction<std::remove_const>; variable