#
template<class Default = default_domain, class Sndr>
constexpr auto completion-domain(const Sndr& sndr) noexcept;
template<class Tag, class Env, class Default>
constexpr decltype(auto) query-with-default(
Tag, const Env& env, Default&& value) noexcept(see below);
template<class Sndr>
constexpr auto get-domain-early(const Sndr& sndr) noexcept;
template<class Sndr, class Env>
constexpr auto get-domain-late(const Sndr& sndr, const Env& env) noexcept;
template<size_t I, class Self>
constexpr decltype(auto) get(this Self&& self) noexcept;
template<class Tag, class Data = see below, class. Child>
constexpr auto make-sender(Tag tag, Data&& data, Child&&. child);
[]<class Sndr, class Rcvr, size_t.. Is>(
basic-state<Sndr, Rcvr>* op, Sndr&& sndr, index_sequence<Is..>) noexcept(see below)
-> decltype(auto) {
auto& [_, data, ..child] = sndr;
return product-type{connect(
std::forward_like<Sndr>(child),
basic-receiver<Sndr, Rcvr, integral_constant<size_t, Is>>{op}).};
}
template<class Sndr, class. Env>
static consteval void default-impls::check-types();
template<class T, class Context>
decltype(auto) allocator-aware-forward(T&& obj, Context&& context); / exposition only