Rebel Fork Framework
Urho3D::Detail::SharedPtrBase< InterfaceType, RefCountedType, SameType > Class Template Reference
Base class for shared pointer.
More...
Inheritance diagram for Urho3D::Detail::SharedPtrBase< InterfaceType, RefCountedType, SameType >:
Detailed Description
template<class InterfaceType, class RefCountedType, bool SameType = std::is_same_v<InterfaceType, RefCountedType>>
class Urho3D::Detail::SharedPtrBase< InterfaceType, RefCountedType, SameType >
Base class for shared pointer.
The documentation for this class was generated from the following file:
Urho3D/Container/
Ptr.h
Urho3D
Detail
SharedPtrBase