sparrow 0.9.0
Loading...
Searching...
No Matches
timestamp_without_timezone_array.hpp File Reference
Include dependency graph for timestamp_without_timezone_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_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.