scram::mef::NaryExpression
n-ary expressions. More...
Detailed Description
cpp
template <typename T ,
int N>
class scram::mef::NaryExpression;n-ary expressions.
Template Parameters:
- T The callable type of operation to apply to the arguments.
- N The arity of the expression (to be specified).
Updated on 2025-12-19 at 21:56:46 +0000
