mrdocs::js::operator&&
Return the first Value that is not truthy, or the last one.
Synopses
Declared in <mrdocs/Support/JavaScript.hpp>
auto
operator&&(
S const& lhs,
Value const& rhs) noexcept;
auto
operator&&(
Value const& lhs,
S const& rhs) noexcept;
Return the first Value that is not truthy, or the last one.
Value
operator&&(
Value const& lhs,
Value const& rhs);
Created with MrDocs