sparrow 0.3.0
Loading...
Searching...
No Matches
time_array.hpp File Reference
Include dependency graph for time_array.hpp:
This graph shows which files directly or indirectly include this file:

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.