HomeManualTopicsTypesSymbols

std_types::false/std::or

evaluates its second argument and returns its result

Parameters

_left
right
an expression that evaluates to or

Results

None

Description

The first argument is already std::false, so the second argument decides whether the or-expression ist true or not.

Topic

Branches

Implements

std::or "short cut" or- operation

See also

std_types::true the *type* of the boolean value **true**
std_types::false the *type* of the boolean value **false**
std::or "short cut" or- operation