MCPcopy Create free account
hub / github.com/HowardHinnant/date / init

Method init

src/tz.cpp:2305–2309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2303}
2304
2305void
2306time_zone::init() const
2307{
2308 std::call_once(*adjusted_, [this]() {const_cast<time_zone*>(this)->init_impl();});
2309}
2310
2311sys_info
2312time_zone::load_sys_info(std::vector<detail::transition>::const_iterator i) const

Callers 1

tz.cppFile · 0.80

Calls 1

init_implMethod · 0.80

Tested by

no test coverage detected