sparrow 0.3.0
|
#include "sparrow/layout/array_trivial_copyable.hpp"
#include "sparrow/layout/temporal/time_types.hpp"
Go to the source code of this file.
Classes | |
struct | sparrow::is_time_array< T > |
struct | sparrow::is_time_array< time_array< T > > |
Namespaces | |
namespace | sparrow |
Concepts | |
concept | sparrow::time_type |
Typedefs | |
using | sparrow::time_types_t |
template<time_type T> | |
using | sparrow::time_array = array_trivial_copyable<T> |
Array of time values. | |
using | sparrow::time_seconds_array = time_array<chrono::time_seconds> |
using | sparrow::time_milliseconds_array = time_array<chrono::time_milliseconds> |
using | sparrow::time_microseconds_array = time_array<chrono::time_microseconds> |
using | sparrow::time_nanoseconds_array = time_array<chrono::time_nanoseconds> |
Variables | |
static constexpr time_types_t | sparrow::time_types |
template<class T> | |
constexpr bool | sparrow::is_time_array_v = is_time_array<T>::value |
Checks whether T is a time_array type. | |