Create a scoped guard that will call Reset() on this cache when it goes out of scope.

Synopsis

Declared in <coins.h>

[[nodiscard]]
ResetGuard
CreateResetGuard() noexcept;

Return Value

A guard that resets this cache on destruction.

Note

The return value should not be discarded.

Created with MrDocs