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