1.2 KiB
1.2 KiB
[exec.get.stop.token]
33 Execution control library [exec]
33.5 Queries [exec.queries]
33.5.3 get_stop_token [exec.get.stop.token]
get_stop_token asks a queryable object for an associated stop token.
The name get_stop_token denotes a query object.
For a subexpression env,get_stop_token(env) is expression-equivalent to:
-
MANDATE-NOTHROW(AS-CONST(env).query(get_stop_token)) if that expression is well-formed. Mandates: The type of the expression above satisfies stoppable_token.
-
Otherwise, never_stop_token{}.
forwarding_query(get_stop_token) is a core constant expression and has value true.