Searched defs:add_cv (Results 1 – 3 of 3) sorted by relevance
29 std::add_cv_t<T> add_cv() { in add_cv() function
8 struct add_cv { typedef const volatile T type; }; struct