sparrow 0.9.0
Loading...
Searching...
No Matches
sparrow::detail::translates_to_duration_layout Concept Reference

#include <builder.hpp>

Concept definition

template<typename T>
concept sparrow::detail::translates_to_duration_layout = std::ranges::input_range<T>
)
consteval bool any_of(L< T... >, Predicate predicate={})
Checks if at least one type in the typelist satisfies the predicate.
Definition mp_utils.hpp:450
mpl:: typelist< std::chrono::seconds, std::chrono::milliseconds, std::chrono::microseconds, std::chrono::nanoseconds > duration_types_t
Compile-time type predicate: true if the evaluated type is the same as T.
Definition mp_utils.hpp:396

Detailed Description

Definition at line 134 of file builder.hpp.