ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::constraint::decayed_same_as Concept Reference
Concept definition
template
<
typename
T,
typename
Type>
concept
rpp::constraint::decayed_same_as
= std::same_as<std::decay_t<T>, std::decay_t<Type>>
rpp::constraint::decayed_same_as
Definition
constraints.hpp:19
rpp
constraint
decayed_same_as
Generated by
1.12.0