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