4#ifndef TETL_CHRONO_LOCAL_T_HPP
5#define TETL_CHRONO_LOCAL_T_HPP
7#include <etl/_chrono/duration.hpp>
8#include <etl/_chrono/time_point.hpp>
21template <
typename Duration>
25using local_seconds = local_time<
etl::
chrono::seconds>;
Definition adjacent_find.hpp:9
The class local_t is a pseudo-clock that is used as the first template argument to etl::chrono::time_...
Definition local_t.hpp:18
Class template time_point represents a point in time. It is implemented as if it stores a value of ty...
Definition time_point.hpp:22