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 391 of file time_of_day.hpp.
|
explicitconstexprnoexcept |
Definition at line 396 of file time_of_day.hpp.
|
explicitconstexpr |
Definition at line 400 of file time_of_day.hpp.
|
staticconstexpr |
Create time of day from integer representation, e.g.1330 => 13:30.
Definition at line 474 of file time_of_day.hpp.
|
inlineconstexprnoexcept |
Definition at line 105 of file time_of_day.hpp.
|
constexprnoexcept |
Definition at line 436 of file time_of_day.hpp.
|
constexprnoexcept |
Definition at line 446 of file time_of_day.hpp.
|
constexprnoexcept |
Definition at line 469 of file time_of_day.hpp.
|
constexprnoexcept |
Definition at line 459 of file time_of_day.hpp.