HomeManualTopicsTypesSymbols

std_types::true/std::update_if

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 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 updates one or more variables depending on a condition