sparrow
0.9.0
Loading...
Searching...
No Matches
sparrow::detail::translates_to_timestamp_without_timezone_layout Concept Reference
#include <
builder.hpp
>
Concept definition
template
<
typename
T>
concept
sparrow::detail::translates_to_timestamp_without_timezone_layout
= std::ranges::input_range<T>
&&
mpl::any_of
(
zoned_time_without_timezone_types_t
{},
mpl::predicate::same_as
<
ensured_range_value_t<T>
>{}
)
sparrow::detail::translates_to_timestamp_without_timezone_layout
Definition
builder.hpp:140
sparrow::detail::ensured_range_value_t
look_trough_t< std::ranges::range_value_t< T > > ensured_range_value_t
Definition
builder_utils.hpp:262
sparrow::mpl::any_of
consteval bool any_of(L< T... >, Predicate predicate={})
Checks that at least one type in the provided list of is making the provided predicate return true.
Definition
mp_utils.hpp:244
sparrow::zoned_time_without_timezone_types_t
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
Definition
timestamp_without_timezone_array.hpp:23
sparrow::mpl::predicate::same_as
Compile-time type predicate: true if the evaluated type is the same as T.
Definition
mp_utils.hpp:207
Detailed Description
Definition at line
140
of file
builder.hpp
.
sparrow
detail
translates_to_timestamp_without_timezone_layout
Generated by
1.13.2