Constructors
Synopses
Declared in <coins.h>
Copying is disabled so the cache is reset exactly once.
ResetGuard(ResetGuard const& other) = delete;
Moving is disabled so the cache is reset exactly once.
ResetGuard(ResetGuard&& other) = delete;
Parameters
Name |
Description |
other |
The guard that would be copied from (copying is disabled). |
Created with MrDocs