32 lines
784 B
Markdown
32 lines
784 B
Markdown
[refwrap.access]
|
|
|
|
# 22 General utilities library [[utilities]](./#utilities)
|
|
|
|
## 22.10 Function objects [[function.objects]](function.objects#refwrap.access)
|
|
|
|
### 22.10.6 Class template reference_wrapper [[refwrap]](refwrap#access)
|
|
|
|
#### 22.10.6.4 Access [refwrap.access]
|
|
|
|
[ð](#lib:operator_T&,reference_wrapper)
|
|
|
|
`constexpr operator T& () const noexcept;
|
|
`
|
|
|
|
[1](#1)
|
|
|
|
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/utilities.tex#L11782)
|
|
|
|
*Returns*: The stored reference[.](#1.sentence-1)
|
|
|
|
[ð](#lib:get,reference_wrapper)
|
|
|
|
`constexpr T& get() const noexcept;
|
|
`
|
|
|
|
[2](#2)
|
|
|
|
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/utilities.tex#L11793)
|
|
|
|
*Returns*: The stored reference[.](#2.sentence-1)
|