sparrow 0.3.0
|
#include "sparrow/layout/array_trivial_copyable.hpp"
#include "sparrow/layout/temporal/date_types.hpp"
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. | |