From Jason Turner

[concept.equiv]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpu76j1qbj/{from.md → to.md} +10 -0
tmp/tmpu76j1qbj/{from.md → to.md} RENAMED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Concept <a id="concept.equiv">[[concept.equiv]]</a>
2
+
3
+ ``` cpp
4
+ template<class R, class T, class U>
5
+ concept equivalence_relation = relation<R, T, U>;
6
+ ```
7
+
8
+ A `relation` models `equivalence_relation` only if it imposes an
9
+ equivalence relation on its arguments.
10
+