Searched defs:make_const_ptr (Results 1 – 1 of 1) sorted by relevance
68 template <typename T> struct make_const_ptr { struct69 using type = std::add_pointer_t<std::add_const_t<T>>;