Searched defs:same_cv (Results 1 – 3 of 3) sorted by relevance
107 struct same_cv struct109 typedef U type;113 struct same_cv<T const, U> struct115 typedef U const type;
37 template <typename D, typename S> using same_cv = copy_cv<std::remove_cv_t<D>, S>; variable
48 template <typename D, typename S> using same_cv = copy_cv<std::remove_cv_t<D>, S>; variable