Namespaces
Variants
Views
Actions

Difference between revisions of "Template:cpp/execution/dsc read env"

From cppreference.com
m (typo, wording)
m (~ change to custpt)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
{{dsc tfun|cpp/execution/read|title=read|A function that is callable with a query object (''e.g.'', {{lc|std::get_stop_token}}) and returns a sender that, when connected to a receiver and started, synchronously invokes the query object with the receiver’s environment, passing the result to the receiver's value completion function.}}
+
{{dsc custpt|cpp/execution/read_env|title=execution::read_env|creates a sender that queries its receiver's associated environment|notes={{mark c++26}}}}

Latest revision as of 16:50, 4 October 2024

|- class="t-dsc"

|

| creates a sender that queries its receiver's associated environment
(customization point object) |-