![]() |
Scarab
v2.4.4
Project 8 C++ Utility Library
|
#include <date.h>
Protected Types | |
enum | { is24hr } |
Protected Member Functions | |
constexpr | time_of_day_base () noexcept |
constexpr | time_of_day_base (std::chrono::hours h, bool neg, unsigned m) noexcept |
void | make24 () noexcept |
void | make12 () noexcept |
std::chrono::hours | to24hr () const |
constexpr bool | in_conventional_range () const noexcept |
Protected Attributes | |
std::chrono::hours | h_ |
unsigned char | mode_ |
bool | neg_ |
|
inlineprotectednoexcept |
|
inlineprotectednoexcept |
|
inlineprotectednoexcept |