template <typename T, typename U>
constexpr intrusive_ptr<T> const_pointer_cast(
intrusive_ptr<U>&& p) noexcept
template <typename T, typename U>
constexpr intrusive_ptr<T> const_pointer_cast(
intrusive_ptr<U>&& p) noexceptDeclared at: libs/pika/memory/include/pika/memory/intrusive_ptr.hpp:301
Parameters
- intrusive_ptr<U>&& p