tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | local_t |
The class local_t is a pseudo-clock that is used as the first template argument to etl::chrono::time_point to indicate that the time point represents local time with respect of a not-yet-specified time zone. local_time supports streaming and the full set of time point arithmetic. More... | |
Namespaces | |
namespace | etl |
namespace | etl::chrono |
Typedefs | |
using | local_days = local_time<etl::chrono::days> |
using | local_seconds = local_time<etl::chrono::seconds> |
template<typename Duration> | |
using | local_time = etl::chrono::time_point<etl::chrono::local_t, Duration> |