Copy assignment is disabled so the cache is reset exactly once.
Synopsis
Declared in <coins.h>
ResetGuard&
operator=(ResetGuard const& other) = delete;
Return Value
Never returns; this overload is deleted.
Parameters
Name |
Description |
other |
The guard that would be assigned from (assignment is disabled). |
Created with MrDocs