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