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