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