sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::detail::translates_to_time_layout Concept Reference

#include <builder.hpp>

Concept definition

template<typename T>
concept sparrow::detail::translates_to_time_layout = std::ranges::input_range<T>
)
consteval bool any_of(L< T... >, Predicate predicate={})
Checks that at least one type in the provided list of is making the provide predicate return true.
Definition mp_utils.hpp:244
mpl:: typelist< chrono::time_seconds, chrono::time_milliseconds, chrono::time_microseconds, chrono::time_nanoseconds > time_types_t
Compile-time type predicate: true if the evaluated type is the same as T.
Definition mp_utils.hpp:207

Detailed Description

Definition at line 147 of file builder.hpp.