sparrow 0.9.0
|
#include "sparrow/layout/primitive_layout/primitive_array_impl.hpp"
#include "sparrow/layout/temporal/timestamp_without_timezone_types.hpp"
#include "sparrow/types/data_traits.hpp"
Go to the source code of this file.
Classes | |
struct | sparrow::is_timestamp_without_timezone_array< T > |
struct | sparrow::is_timestamp_without_timezone_array< timestamp_without_timezone_array< T > > |
Namespaces | |
namespace | sparrow |
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 std::chrono::duration values. | |
using | sparrow::timestamp_without_timezone_seconds_array = timestamp_without_timezone_array<zoned_time_without_timezone_seconds> |
using | sparrow::timestamp_without_timezone_milliseconds_array |
using | sparrow::timestamp_without_timezone_microseconds_array |
using | sparrow::timestamp_without_timezone_nanoseconds_array |
Variables | |
static constexpr zoned_time_without_timezone_types_t | sparrow::zoned_time_without_timezone_types |
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. | |