From Jason Turner

[optional.ref.expos]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp3qazsqya/{from.md → to.md} +10 -0
tmp/tmp3qazsqya/{from.md → to.md} RENAMED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ #### Exposition only helper functions <a id="optional.ref.expos">[[optional.ref.expos]]</a>
2
+
3
+ ``` cpp
4
+ template<class U>
5
+ constexpr void convert-ref-init-val(U&& u); // exposition only
6
+ ```
7
+
8
+ *Effects:* Creates a variable `r` as if by `T& r(std::forward<U>(u));`
9
+ and then initializes *val* with `addressof(r)`.
10
+