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