tmp/tmp677dn7cl/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### General <a id="utility.requirements.general">[[utility.requirements.general]]</a>
|
| 2 |
+
|
| 3 |
+
[[utility.arg.requirements]] describes requirements on types and
|
| 4 |
+
expressions used to instantiate templates defined in the C++ standard
|
| 5 |
+
library. [[swappable.requirements]] describes the requirements on
|
| 6 |
+
swappable types and swappable expressions.
|
| 7 |
+
[[nullablepointer.requirements]] describes the requirements on
|
| 8 |
+
pointer-like types that support null values. [[hash.requirements]]
|
| 9 |
+
describes the requirements on hash function objects.
|
| 10 |
+
[[allocator.requirements]] describes the requirements on storage
|
| 11 |
+
allocators.
|
| 12 |
+
|