Return whether the specified stacks compare lexicographically; see the non‐member operator> in the bsl namespace.

Synopsis

Declared in <bslstl_stack.h>

bool
operator>(
    stack<VAL, CONT> const&,
    stack<VAL, CONT> const&);

Created with MrDocs