Iros
 
Loading...
Searching...
No Matches
connect_result.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace di::meta {
6template<typename Send, typename Rec>
8}
constexpr auto connect
Definition connect.h:42
Definition merge_interfaces.h:6
decltype(execution::connect(util::declval< Send >(), util::declval< Rec >())) ConnectResult
Definition connect_result.h:7
auto declval() -> meta::AddRValueReference< T >
Definition declval.h:8