Return the first Value that is truthy, or the last one.
<mrdocs/Support/JavaScript.hpp>
Value
operator||(
Value const& lhs,
Value const& rhs);
This function is equivalent to the JavaScript || operator.
| Name | Description |
|---|---|
| lhs | The left operand |
| rhs | The right operand |