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