Files
TrinityCore/tests/common/UniqueTrackablePtr.cpp
Shauren b0eee55897 Core/Utils: Added a custom smart pointer type unique_trackable_ptr - a specialized variant of std::shared_ptr that enforces unique ownership
* This is intended to be used by external code unable to track object lifetime such as custom scripting engines

(cherry picked from commit 32e54b6bd1)
2024-03-13 22:11:12 +01:00

2.4 KiB