From Jason Turner

[utility.requirements.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp677dn7cl/{from.md → to.md} +12 -0
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
+