struct local_info;
(since C++20)The class local_info
describes the result of converting a std::chrono::local_time to a std::chrono::sys_time.
first
is filled out with the correct std::chrono::sys_info, and second
is zero-initialized.local_time
is nonexistent, then result == local_info::nonexistent, first
is filled out with the std::chrono::sys_info that ends just prior to the local_time
, and second
is filled out with the std::chrono::sys_info that begins just after the local_time
.local_time
is ambiguous, then result == local_info::ambiguous, first
is filled out with the std::chrono::sys_info that ends just after the local_time
, and second
is filled with the std::chrono::sys_info that starts just before the local_time
.This is a low-level data structure; typical conversions from local_time
to sys_time
will use it implicitly rather than explicitly.
constexpr int unique
[static]
â0âconstexpr int nonexistent
[static]
1constexpr int ambiguous
[static]
2result
int first
, second
std::chrono::sys_info [edit] Nonmember functions outputs a local_info
into a stream
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4