std::chrono::local_info - cppreference.com (original) (raw)

| | | | | ------------------- | | ------------- | | 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.

This is a low-level data structure; typical conversions from local_time to sys_time will use it implicitly rather than explicitly.

[edit] Member constants

Name Value
constexpr int unique[static] ​0​ (public static member constant)
constexpr int nonexistent[static] 1 (public static member constant)
constexpr int ambiguous[static] 2 (public static member constant)

[edit] Member objects

Member object Type
result int
first, second std::chrono::sys_info

[edit] Nonmember functions

[edit] Helper classes