Create a scoped guard that installs the specified cache.
Synopsis
Declared in <baltzo_defaultzoneinfocache.h>
explicit
DefaultZoneinfoCacheScopedGuard(ZoneinfoCache* cache);
Description
Create a scoped guard that installs the specified cache as the default Zoneinfo cache. Note that the pre‐existing default time Zoneinfo cache is automatically restored on destruction of this object.
Parameters
Name |
Description |
cache |
Zoneinfo cache to install as the default |
Created with MrDocs