On this page
std::relation
Defined in header <concepts> |
||
---|---|---|
|
(1) | (since C++20) |
The concept relation<R, T, U>
specifies that R
defines a binary relation over the set of expressions whose type and value category are those encoded by either T
or U
.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/concepts/relation