Compare two ranges for inequality.
Synopsis
Declared in <folly/Range.h>
template<class Iter>
bool
operator!=(
Range<Iter> const& lhs,
Range<Iter> const& rhs);
Return Value
True if the ranges differ.
Parameters
Name |
Description |
lhs |
The left‐hand range. |
rhs |
The right‐hand range. |
Created with MrDocs