MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
Functions
|
Variables
mtcore::calendars::zone Namespace Reference
Functions
constexpr
TimeZone
utc
()
Variables
constexpr auto
utc_name
= "UTC"
Function Documentation
◆
utc()
TimeZone
mtcore::calendars::zone::utc
(
)
constexpr
Definition at line
88
of file
zoned.hpp
.
88
{
return
TimeZone
{{},
slice_from
(
utc_name
)}; }
mtcore::slice_from
constexpr Slice< const char32_t > slice_from(char32_t *cstr)
Creates a slice from a utf32 string in the form of a c string.
Definition
colls/slice.hpp:291
mtcore::calendars::zone::utc_name
constexpr auto utc_name
Definition
zoned.hpp:87
mtcore::calendars::TimeZone
Definition
zoned.hpp:26
Here is the call graph for this function:
Variable Documentation
◆
utc_name
auto mtcore::calendars::zone::utc_name = "UTC"
constexpr
Definition at line
87
of file
zoned.hpp
.
mtcore
calendars
zone
Generated on Wed Jun 11 2025 16:20:22 for MT Core (C++) by
1.13.2