mrdocs::dom::operator&&
Return the first dom::Value that is not truthy, or the last one.
Synopsis
Declared in <mrdocs/Dom/Value.hpp>
dom::Value
operator&&(
Value const& lhs,
Value const& rhs);
Parameters
| Name | Description |
|---|---|
lhs |
The left operand |
rhs |
The right operand |
Created with MrDocs