Definition at line 77 of file time_of_day.hpp.
Public Types | |
| using | DurationType = std::chrono::duration<Rep, Period> |
Public Member Functions | |
Duration arithmetic | |
| constexpr | TimeOfDay (DurationType) noexcept |
| template<typename ORep, typename OPeriod> | |
| constexpr | TimeOfDay (std::chrono::duration< ORep, OPeriod >) noexcept |
| constexpr | TimeOfDay (std::string_view) |
Comparison operators | |
| constexpr auto | operator<=> (const TimeOfDay &) const =default |
Accessors | |
| constexpr std::chrono::hours | Hours () const noexcept |
| constexpr std::chrono::minutes | Minutes () const noexcept |
| constexpr std::chrono::seconds | Seconds () const noexcept |
| constexpr DurationType | Subseconds () const noexcept |
| constexpr DurationType | SinceMidnight () const noexcept |
| static constexpr TimeOfDay | FromHHMMInt (int) |
| Create time of day from integer representation, e.g.1330 => 13:30. | |
| using utils::datetime::TimeOfDay< std::chrono::duration< Rep, Period > >::DurationType = std::chrono::duration<Rep, Period> |
Definition at line 79 of file time_of_day.hpp.
|
explicitconstexprnoexcept |
Definition at line 412 of file time_of_day.hpp.
|
explicitconstexprnoexcept |
Definition at line 417 of file time_of_day.hpp.
|
explicitconstexpr |
Definition at line 421 of file time_of_day.hpp.
|
staticconstexpr |
Create time of day from integer representation, e.g.1330 => 13:30.
Definition at line 496 of file time_of_day.hpp.
|
inlineconstexprnoexcept |
Definition at line 105 of file time_of_day.hpp.
|
constexprnoexcept |
Definition at line 458 of file time_of_day.hpp.
|
constexprnoexcept |
Definition at line 468 of file time_of_day.hpp.
|
constexprnoexcept |
Definition at line 490 of file time_of_day.hpp.
|
constexprnoexcept |
Definition at line 480 of file time_of_day.hpp.