dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
dfx::Graph::ValidationResult< T > Struct Template Reference

A specialized result type for channel connection operations. Represents either a successful operation (containing a value of type T) or a failure state containing a list of compatibility error messages. More...

#include <dfx-graph/ConnectionValidator.hpp>

Inheritance diagram for dfx::Graph::ValidationResult< T >:
[legend]
Collaboration diagram for dfx::Graph::ValidationResult< T >:
[legend]

Detailed Description

template<typename T>
struct dfx::Graph::ValidationResult< T >

A specialized result type for channel connection operations. Represents either a successful operation (containing a value of type T) or a failure state containing a list of compatibility error messages.

Template Parameters
TThe type of the value produced on a successful connection check.

The documentation for this struct was generated from the following file: