We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9a37f commit d7a175eCopy full SHA for d7a175e
source/exec.tex
@@ -6264,9 +6264,9 @@
6264
void uncaught_exception();
6265
coroutine_handle<> unhandled_stopped();
6266
6267
- void return_void(); // present only if is_void_v<T> is true;
+ void return_void(); // present only if \tcode{is_void_v<T>} is \tcode{true};
6268
template<class V>
6269
- void return_value(V&& value); // present only if is_void_v<T> is false;
+ void return_value(V&& value); // present only if \tcode{is_void_v<T>} is \tcode{false};
6270
6271
template<class E>
6272
@\unspec@ yield_value(with_error<E> error);
0 commit comments