21 lines
595 B
Markdown
21 lines
595 B
Markdown
[refwrap.assign]
|
|
|
|
# 22 General utilities library [[utilities]](./#utilities)
|
|
|
|
## 22.10 Function objects [[function.objects]](function.objects#refwrap.assign)
|
|
|
|
### 22.10.6 Class template reference_wrapper [[refwrap]](refwrap#assign)
|
|
|
|
#### 22.10.6.3 Assignment [refwrap.assign]
|
|
|
|
[ð](#lib:operator=,reference_wrapper)
|
|
|
|
`constexpr reference_wrapper& operator=(const reference_wrapper& x) noexcept;
|
|
`
|
|
|
|
[1](#1)
|
|
|
|
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/utilities.tex#L11769)
|
|
|
|
*Postconditions*: *this stores a reference to x.get()[.](#1.sentence-1)
|