ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::constraint::has_operator_traits Concept Reference
Concept definition
template
<
typename
Op,
typename
Type>
concept
rpp::constraint::has_operator_traits
=
requires
() {
typename
std::decay_t<Op>::template operator_traits<Type>;
typename
std::decay_t<Op>::template operator_traits<Type>::result_type;
}
rpp::constraint::has_operator_traits
Definition
fwd.hpp:141
rpp
constraint
has_operator_traits
Generated by
1.12.0