LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Visitor to compare iterators (returns whether they differ). More...
Classes | |
struct | ComparerImpl |
struct | ComparerImpl< A, B, std::enable_if_t< std::is_convertible< decltype(std::declval< A >()!=std::declval< B >()), bool >::value > > |
Public Member Functions | |
template<typename A , typename B > | |
bool | operator() (A const &left, B const &right) const |
Visitor to compare iterators (returns whether they differ).
Definition at line 198 of file RangeForWrapper.h.
|
inline |
Definition at line 201 of file RangeForWrapper.h.