Skip to content

scram::mef::detail

Classes

Name
structscram::mef::detail::container_of <br>Finds the container type for the given element type.
structscram::mef::detail::container_of_impl <br>Implementation of container_of to deal w/ empty type list.
structscram::mef::detail::container_of_impl< E, void > <br>Specialization for an empty type list.

Functions

Name
voidEnsureMultivariateArgs(std::vector< Expression * > args)<br>Ensures the number of args for multivariate expressions.

Functions Documentation

function EnsureMultivariateArgs

cpp
void EnsureMultivariateArgs(
    std::vector< Expression * > args
)

Ensures the number of args for multivariate expressions.

Parameters:

  • args Argument expressions.

Exceptions:


Updated on 2026-01-09 at 21:59:12 +0000