sparrow 1.0.0
|
#include "sparrow/layout/primitive_array_impl.hpp"
#include "sparrow/layout/timestamp_without_timezone_types.hpp"
#include "sparrow/types/data_traits.hpp"
Go to the source code of this file.
Namespaces | |
namespace | sparrow |
namespace | sparrow::detail |
Concepts | |
concept | sparrow::zoned_time_without_timezone_type |
Typedefs | |
using | sparrow::zoned_time_without_timezone_types_t |
template<zoned_time_without_timezone_type T> | |
using | sparrow::timestamp_without_timezone_array = primitive_array_impl<T> |
Array of timestamps without timezone. | |
using | sparrow::timestamp_without_timezone_seconds_array = timestamp_without_timezone_array<zoned_time_without_timezone_seconds> |
A timestamp without timezone array for zoned_time_without_timezone_seconds values. | |
using | sparrow::timestamp_without_timezone_milliseconds_array |
A timestamp without timezone array for zoned_time_without_timezone_milliseconds values. | |
using | sparrow::timestamp_without_timezone_microseconds_array |
A timestamp without timezone array for zoned_time_without_timezone_microseconds values. | |
using | sparrow::timestamp_without_timezone_nanoseconds_array |
A timestamp without timezone array for zoned_time_without_timezone_nanoseconds values. | |
Variables | |
template<class T> | |
constexpr bool | sparrow::is_timestamp_without_timezone_array_v = is_timestamp_without_timezone_array<T>::value |
Checks whether T is a timestamp_without_timezone_array type. | |