boost::openmethod::virtual_ptr<SmartPtr, Registry>::cast
Synopsis
Declared in <boost/openmethod/core.hpp>
template<class Other>
requires std::is_base_of_v<element_type, Other> ||
std::is_base_of_v<Other, element_type>
decltype(auto)
cast() const &;
Created with MrDocs