Perform a three-way comparison of the specified lhs and rhs vectors and return the result of that comparison.
Declared in <bslstl_vector.h>
BloombergLP::bslalg::SynthThreeWayUtil::Result<Impl>
operator<=>(
vector const& lhs,
vector const& rhs);
result of the lexicographic three-way comparison
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |