ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::constraint::hashable Concept Reference
Concept definition
template
<
typename
T>
concept
rpp::constraint::hashable
=
requires
(T a) {
{
std::hash<T>{}(a)
} -> std::convertible_to<std::size_t>;
}
rpp::constraint::hashable
Definition
constraints.hpp:56
rpp
constraint
hashable
Generated by
1.12.0