Searched refs:SuccessorProxy (Results 1 – 1 of 1) sorted by relevance
120 class SuccessorProxy {124 explicit SuccessorProxy(const Self &it) : it(it) {} in SuccessorProxy() function126 SuccessorProxy(const SuccessorProxy &) = default;128 SuccessorProxy &operator=(SuccessorProxy r) {133 SuccessorProxy &operator=(reference r) {236 inline SuccessorProxy operator[](int offset) {239 return SuccessorProxy(tmp);