loadDefaultZoneinfoDataLocations overloads
Synopses
Declared in <baltzo_defaultzoneinfocache.h>
Load into the specified locations the sequence of null terminated C‐style strings that characterize the default paths for Zoneinfo data accessed by this class on this platform.
static
void
loadDefaultZoneinfoDataLocations(bsl::vector<char const*>* locations);
Load into the specified locations, the sequence of null terminated C‐style strings that characterizes the default paths for Zoneinfo data, accessed by this class, on this platform.
static
void
loadDefaultZoneinfoDataLocations(std::pmr::vector<char const*>* locations);
Load into the specified locations the sequence of null terminated C‐style strings that characterize the default paths for Zoneinfo data accessed by this class on this platform.
static
void
loadDefaultZoneinfoDataLocations(std::vector<char const*>* locations);
Created with MrDocs