tmp/tmpg8bsg562/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
#### reference_wrapper invocation <a id="refwrap.invoke">[[refwrap.invoke]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template <class... ArgTypes>
|
| 5 |
-
|
| 6 |
operator()(ArgTypes&&... args) const;
|
| 7 |
```
|
| 8 |
|
| 9 |
*Returns:*
|
| 10 |
*`INVOKE`*`(get(), std::forward<ArgTypes>(args)...)`. ([[func.require]])
|
|
|
|
| 1 |
#### reference_wrapper invocation <a id="refwrap.invoke">[[refwrap.invoke]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template <class... ArgTypes>
|
| 5 |
+
result_of_t<T&(ArgTypes&&... )>
|
| 6 |
operator()(ArgTypes&&... args) const;
|
| 7 |
```
|
| 8 |
|
| 9 |
*Returns:*
|
| 10 |
*`INVOKE`*`(get(), std::forward<ArgTypes>(args)...)`. ([[func.require]])
|