HomeManualTopicsTypesSymbols

std_types::true/std::update_if_not

does not update the specified variable(s)

Parameters

_condition
values*
the original values of the variables to be updated
_body
a function which is not called

Results

None

Topic

Branches

Implements

std::update_if_not updates one or more variables depending on a condition

See also

std_types::true the *type* of the boolean value **true**
std_types::false the *type* of the boolean value **false**
std::update_if_not updates one or more variables depending on a condition