Skip to content

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 2026-08-08 at 01:56:10 +0000