tmp/tmpwhl70ht2/{from.md → to.md}
RENAMED
|
@@ -7,7 +7,7 @@ R operator()(ArgTypes... args) const;
|
|
| 7 |
*Returns:* *INVOKE*\<R\>(f,
|
| 8 |
std::forward\<ArgTypes\>(args)...) [[func.require]], where `f` is the
|
| 9 |
target object [[func.def]] of `*this`.
|
| 10 |
|
| 11 |
*Throws:* `bad_function_call` if `!*this`; otherwise, any exception
|
| 12 |
-
thrown by the
|
| 13 |
|
|
|
|
| 7 |
*Returns:* *INVOKE*\<R\>(f,
|
| 8 |
std::forward\<ArgTypes\>(args)...) [[func.require]], where `f` is the
|
| 9 |
target object [[func.def]] of `*this`.
|
| 10 |
|
| 11 |
*Throws:* `bad_function_call` if `!*this`; otherwise, any exception
|
| 12 |
+
thrown by the target object.
|
| 13 |
|