sparrow ..
|
Go to the source code of this file.
Namespaces | |
namespace | sparrow |
namespace | sparrow::detail |
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 = primitive_array_impl<T> |
Array of std::chrono::duration values. | |
using | sparrow::date_days_array = date_array<date_days> |
A date array for date_days values. | |
using | sparrow::date_milliseconds_array = date_array<date_milliseconds> |
A date array for date_milliseconds values. | |
Variables | |
template<class T> | |
constexpr bool | sparrow::is_date_array_v = is_date_array<T>::value |
Checks whether T is a date_array type. | |