Test whether one range is lexicographically greater than another.
Synopsis
Declared in <folly/Range.h>
template<class Iter>
bool
operator>(
Range<Iter> const& lhs,
Range<Iter> const& rhs);
Return Value
True if lhs is greater than rhs.
Parameters
Name |
Description |
lhs |
The left‐hand range. |
rhs |
The right‐hand range. |
Created with MrDocs