#include "di/execution/interface/connect.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::meta |
Typedefs | |
template<typename Send, typename Rec> | |
using | di::meta::ConnectResult = decltype(execution::connect(util::declval<Send>(), util::declval<Rec>())) |