Load the default Zoneinfo data paths into locations.
Synopses
Declared in <baltzo_defaultzoneinfocache.h>
Load the default Zoneinfo data paths into locations.
static
void
loadDefaultZoneinfoDataLocations(bsl::vector<char const*>* locations);
Load the default Zoneinfo data paths into locations.
static
void
loadDefaultZoneinfoDataLocations(std::pmr::vector<char const*>* locations);
Load the default Zoneinfo data paths into locations.
static
void
loadDefaultZoneinfoDataLocations(std::vector<char const*>* locations);
Parameters
Name |
Description |
locations |
receives the default Zoneinfo data paths |
Created with MrDocs