7 template <
class Base,
class Derived>
14 return std::static_pointer_cast<Derived>(Base::shared_from_this());
Definition range_file_body.hpp:18
Definition shared_from_base.hpp:9
std::shared_ptr< Derived > shared_from_this()
Definition shared_from_base.hpp:12