NRP Core  1.4.1
input_edge.h File Reference

Go to the source code of this file.

Classes

class  InputEdge< T_IN, T_OUT, INPUT_CLASS >
 Helper template class used to implement Python input edge decorators. More...
 

Typedefs

template<class T_IN , INPUT_C< T_IN > INPUT_CLASS>
using SimpleInputEdge = InputEdge< T_IN, T_IN, INPUT_CLASS >
 

Variables

template<class T , class T_IN >
concept INPUT_C = std::is_base_of_v<InputNode<T_IN>, T>
 

Typedef Documentation

◆ SimpleInputEdge

template<class T_IN , INPUT_C< T_IN > INPUT_CLASS>
using SimpleInputEdge = InputEdge<T_IN, T_IN, INPUT_CLASS>

Variable Documentation

◆ INPUT_C

template<class T , class T_IN >
concept INPUT_C = std::is_base_of_v<InputNode<T_IN>, T>