mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
This class is meant to be used in the same types of places std::shared_ptr is used but with manual instead of automatic ref counting. SubStorage now uses the class to optionally dispose its base storage object.