HomeManualTopicsTypesSymbols

std_types::true/std::and

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::true, so the second argument decides whether the and-expression ist true or not.

Topic

Branches

Implements

std::and "short cut" and-operation

See also

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