sparrow 0.9.0
Loading...
Searching...
No Matches
timestamp_without_timezone_array.hpp
Go to the documentation of this file.
1// Copyright 2024 Man Group Operations Limited
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or mplied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15#pragma once
16
20
21namespace sparrow
22{
28
30 template <typename T>
32
45 template <zoned_time_without_timezone_type T>
47
55
56 template <class T>
57 struct is_timestamp_without_timezone_array : std::false_type
58 {
59 };
60
61 template <class T>
65
69 template <class T>
71}
consteval bool contains(L list)
Definition mp_utils.hpp:285
constexpr bool is_timestamp_without_timezone_array_v
Checks whether T is a timestamp_without_timezone_array type.
timestamp_without_timezone_array< zoned_time_without_timezone_seconds > timestamp_without_timezone_seconds_array
mpl::typelist< zoned_time_without_timezone_seconds, zoned_time_without_timezone_milliseconds, zoned_time_without_timezone_microseconds, zoned_time_without_timezone_nanoseconds > zoned_time_without_timezone_types_t
static constexpr zoned_time_without_timezone_types_t zoned_time_without_timezone_types
primitive_array_impl< T > timestamp_without_timezone_array
Array of std::chrono::duration values.
timestamp_without_timezone_array< zoned_time_without_timezone_nanoseconds > timestamp_without_timezone_nanoseconds_array
timestamp_without_timezone_array< zoned_time_without_timezone_milliseconds > timestamp_without_timezone_milliseconds_array
timestamp_without_timezone_array< zoned_time_without_timezone_microseconds > timestamp_without_timezone_microseconds_array
A sequence of types, used for meta-programming operations.
Definition mp_utils.hpp:55
A zoned time value without timezone, in microseconds.
A zoned time value without timezone, in milliseconds.
A zoned time value without timezone, in nanoseconds.
A zoned time value without timezone, in seconds.