Searched refs:ReferenceProxy (Results 1 – 1 of 1) sorted by relevance
87 class ReferenceProxy {92 ReferenceProxy(DerivedT I) : I(std::move(I)) {} in ReferenceProxy() function179 ReferenceProxy operator[](DifferenceTypeT n) {182 return ReferenceProxy(static_cast<DerivedT *>(this)->operator+(n));184 ReferenceProxy operator[](DifferenceTypeT n) const {187 return ReferenceProxy(static_cast<const DerivedT *>(this)->operator+(n));