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