Same as the related overload above for operator<=>.
Synopsis
Declared in <bslstl_stack.h>
template<
class VALUE,
three_way_comparable CONTAINER>
compare_three_way_result_t<CONTAINER>
operator<=>(
stack<VALUE, CONTAINER> const& lhs,
stack<VALUE, CONTAINER> const& rhs);
Created with MrDocs