Templated comparison operators
Declared in <folly/Range.h>
template<class Iter>
bool
operator==(
Range<Iter> const& lhs,
Range<Iter> const& rhs);
Compare two ranges for equality.
True if both ranges have equal elements.
| Name | Description |
|---|---|
| lhs | The left-hand range. |
| rhs | The right-hand range. |