MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / query

Method query

include/exec/asio/completion_token.hpp:494–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 asio_impl::query(std::declval<Executor const &>(), std::declval<Query const &>());
493 }
494 constexpr decltype(auto) query(Query const & q) const noexcept
495 {
496 return asio_impl::query(ex_, q);
497 }
498
499 template <typename... Args>
500 requires requires {

Callers

nothing calls this directly

Calls 1

queryFunction · 0.50

Tested by

no test coverage detected