[#BloombergLP-baltzo-DefaultZoneinfoCache-loadDefaultZoneinfoDataLocations-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/DefaultZoneinfoCache.adoc[DefaultZoneinfoCache]::loadDefaultZoneinfoDataLocations :relfileprefix: ../../../ :mrdocs: Load the default Zoneinfo data paths into `locations`. == Synopses Declared in `<baltzo_defaultzoneinfocache.h>` Load the default Zoneinfo data paths into `locations`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/baltzo/DefaultZoneinfoCache/loadDefaultZoneinfoDataLocations-08.adoc[loadDefaultZoneinfoDataLocations](xref:bsl/vector-00d.adoc[bsl::vector<char const*>]* locations); ---- [.small]#xref:BloombergLP/baltzo/DefaultZoneinfoCache/loadDefaultZoneinfoDataLocations-08.adoc[_» more..._]# Load the default Zoneinfo data paths into `locations`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/baltzo/DefaultZoneinfoCache/loadDefaultZoneinfoDataLocations-09.adoc[loadDefaultZoneinfoDataLocations](std::pmr::vector<char const*>* locations); ---- [.small]#xref:BloombergLP/baltzo/DefaultZoneinfoCache/loadDefaultZoneinfoDataLocations-09.adoc[_» more..._]# Load the default Zoneinfo data paths into `locations`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/baltzo/DefaultZoneinfoCache/loadDefaultZoneinfoDataLocations-04.adoc[loadDefaultZoneinfoDataLocations](std::vector<char const*>* locations); ---- [.small]#xref:BloombergLP/baltzo/DefaultZoneinfoCache/loadDefaultZoneinfoDataLocations-04.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *locations* | receives the default Zoneinfo data paths |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#