HomeManualTopicsTypesSymbols

std_types::false/std::update_if_not

updates the specified variable(s)

Parameters

_condition
_values*
the original values of the variables to be updated
body
a function which results are used to update the variables

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