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

Concept used by dfx::Core::Port::as() to constrain types. More...

#include <dfx-core/ports/Port.hpp>

Concept definition

template<typename T>
concept dfx::Core::DerivedFromPort = std::derived_from<T, Port>
Concept used by dfx::Core::Port::as() to constrain types.
Definition Port.hpp:33

Detailed Description

Concept used by dfx::Core::Port::as() to constrain types.