tmp/tmpkv9aucs3/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
##### Invocation <a id="func.wrap.ref.inv">[[func.wrap.ref.inv]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
R operator()(ArgTypes... args) const noexcept(noex);
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
*Effects:* Equivalent to:
|
| 8 |
+
`return `*`thunk-ptr`*`(`*`bound-entity`*`, std::forward<ArgTypes>(args)...);`
|
| 9 |
+
|