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

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

#include <dfx-core/channels/Channel.hpp>

Concept definition

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

Detailed Description

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