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