Return the three-way comparison of the specified stacks; see the non-member operator<=> in the bsl namespace.
Declared in <bslstl_stack.h>
compare_three_way_result_t<CONT>
operator<=>(
stack<VAL, CONT> const& lhs,
stack<VAL, CONT> const& rhs);
result of the three-way comparison
| Name | Description |
|---|---|
| lhs | left-hand stack operand |
| rhs | right-hand stack operand |