Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
|
Key class implementing passkey idiom. More...
#include <PassKey.h>
Additional Inherited Members | |
![]() | |
using | SPtr = std::shared_ptr< Key< T > > |
using | UPtr = std::unique_ptr< Key< T > > |
using | WPtr = std::weak_ptr< Key< T > > |
Key class implementing passkey idiom.
Can be used for instance to lock pure virtual function implementations to be only called from base class.