ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::constraint::decayed_any_of Concept Reference
Concept definition
template
<
typename
T,
typename
... Types>
concept
rpp::constraint::decayed_any_of
= (
decayed_same_as<T, Types>
|| ...)
rpp::constraint::decayed_any_of
Definition
constraints.hpp:28
rpp::constraint::decayed_same_as
Definition
constraints.hpp:19
rpp
constraint
decayed_any_of
Generated by
1.12.0