sparrow
1.0.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:140
sparrow::mpl::is_type_instance_of_v
constexpr bool is_type_instance_of_v
Variable template for convenient access to is_type_instance_of.
Definition
mp_utils.hpp:102
sparrow::timestamp
date::zoned_time< Duration, TimeZonePtr > timestamp
Definition
data_type.hpp:104
Detailed Description
Definition at line
140
of file
builder.hpp
.
sparrow
detail
translates_to_timestamp_layout
Generated by
1.13.2