table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.3.0-1
std::equivalence_relation(3cxx) | std::equivalence_relation(3cxx) |
NAME¶
std::equivalence_relation - [concept.equiv], concept equivalence_relation
SYNOPSIS¶
Concept definition¶
template<typename _Rel, typename _Tp, typename _Up> concept std::equivalence_relation = relation<_Rel, _Tp, _Up>
Detailed Description¶
[concept.equiv], concept equivalence_relation
Definition at line 355 of file concepts.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Sun Jan 8 2023 | libstdc++ |