From Jason Turner

[func.wrap.copy.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpezxw51q7/{from.md → to.md} +16 -0
tmp/tmpezxw51q7/{from.md → to.md} RENAMED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ##### General <a id="func.wrap.copy.general">[[func.wrap.copy.general]]</a>
2
+
3
+ The header provides partial specializations of `copyable_function` for
4
+ each combination of the possible replacements of the placeholders cv,
5
+ *ref*, and *noex* where
6
+
7
+ - cv is either const or empty,
8
+ - *ref* is either `&`, `&&`, or empty, and
9
+ - *noex* is either `true` or `false`.
10
+
11
+ For each of the possible combinations of the placeholders mentioned
12
+ above, there is a placeholder *inv-quals* defined as follows:
13
+
14
+ - If *ref* is empty, let *inv-quals* be cv`&`,
15
+ - otherwise, let *inv-quals* be cv *ref*.
16
+