Open tap opened 6 years ago
Could be inlet<"float">, inlet<"ft1">, etc. Or
inlet<"float">
inlet<"ft1">
inlet<"float", 1> m_float1 { MIN_FUNCTION { ... } };
Except in this case it might not need to receive atoms -- it could instead receive the native type? Might be complicated?
Could be
inlet<"float">
,inlet<"ft1">
, etc. OrExcept in this case it might not need to receive atoms -- it could instead receive the native type? Might be complicated?