Searched defs:RefPair (Results 1 – 1 of 1) sorted by relevance
35 struct RefPair : BaseRefPair<It1, It2> { struct36 using Base = BaseRefPair<It1, It2>; argument39 RefPair(It1 it1, It2 it2) : Base(*it1, *it2) { in RefPair() function50 bool operator==(const RefPair& other) { argument62 friend void swap(RefPair& l, RefPair& r) { in swap() argument