sparrow 0.3.0
Loading...
Searching...
No Matches
date_array.hpp File Reference
Include dependency graph for date_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_date_array< T >
 
struct  sparrow::is_date_array< date_array< T > >
 

Namespaces

namespace  sparrow
 

Concepts

concept  sparrow::date_type
 

Typedefs

using sparrow::date_types_t = mpl::typelist<date_days, date_milliseconds>
 
template<date_type T>
using sparrow::date_array = array_trivial_copyable<T>
 Array of std::chrono::duration values.
 
using sparrow::date_days_array = date_array<date_days>
 
using sparrow::date_milliseconds_array = date_array<date_milliseconds>
 

Variables

static constexpr date_types_t sparrow::date_types
 
template<class T>
constexpr bool sparrow::is_date_array_v = is_date_array<T>::value
 Checks whether T is a date_array type.