sparrow
0.3.0
Loading...
Searching...
No Matches
sparrow::detail::translates_to_timestamp_layout Concept Reference
#include <
builder.hpp
>
Concept definition
template
<
typename
T>
concept
sparrow::detail::translates_to_timestamp_layout
= std::ranges::input_range<T>
&&
mpl::is_type_instance_of_v<ensured_range_value_t<T>
,
timestamp
>
sparrow::detail::translates_to_timestamp_layout
Definition
builder.hpp:135
sparrow::mpl::is_type_instance_of_v
constexpr bool is_type_instance_of_v
true if T is a concrete type template instanciation of U which is a type template.
Definition
mp_utils.hpp:50
sparrow::timestamp
date::zoned_time< Duration, TimeZonePtr > timestamp
Definition
data_type.hpp:129
Detailed Description
Definition at line
135
of file
builder.hpp
.
sparrow
detail
translates_to_timestamp_layout
Generated by
1.13.2