dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
dfx::Core::DerivedFromTransport Concept Reference

Concept used by dfx::Core::Transport::as() and dfx::Core::Transport::is() to constrain types. More...

#include <dfx-core/transports/Transport.hpp>

Concept definition

template<typename T>
concept dfx::Core::DerivedFromTransport = std::derived_from<T, Transport>
Concept used by dfx::Core::Transport::as() and dfx::Core::Transport::is() to constrain types.
Definition Transport.hpp:97

Detailed Description

Concept used by dfx::Core::Transport::as() and dfx::Core::Transport::is() to constrain types.