NRP Core  1.4.1
output_edge.h File Reference

Go to the source code of this file.

Classes

class  OutputEdge< T_IN, T_OUT, OUTPUT_CLASS >
 Helper class used to implement Python output edge decorators. More...
 

Typedefs

template<class T_OUT , OUTPUT_C< T_OUT > OUTPUT_CLASS>
using SimpleOutputEdge = OutputEdge< T_OUT, T_OUT, OUTPUT_CLASS >
 

Variables

template<class T , class T_OUT >
concept OUTPUT_C = std::is_base_of_v<OutputNode<T_OUT>, T>
 

Typedef Documentation

◆ SimpleOutputEdge

template<class T_OUT , OUTPUT_C< T_OUT > OUTPUT_CLASS>
using SimpleOutputEdge = OutputEdge<T_OUT, T_OUT, OUTPUT_CLASS>

Variable Documentation

◆ OUTPUT_C

template<class T , class T_OUT >
concept OUTPUT_C = std::is_base_of_v<OutputNode<T_OUT>, T>