scram::mef::detail
Classes
| Name | |
|---|---|
| struct | scram::mef::detail::container_of <br>Finds the container type for the given element type. |
| struct | scram::mef::detail::container_of_impl <br>Implementation of container_of to deal w/ empty type list. |
| struct | scram::mef::detail::container_of_impl< E, void > <br>Specialization for an empty type list. |
Functions
| Name | |
|---|---|
| void | EnsureMultivariateArgs(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:
- ValidityError The number of arguments is fewer than 2.
Updated on 2026-01-09 at 21:59:12 +0000
