Searched refs:ReferenceProxy (Results 1 – 1 of 1) sorted by relevance
84 class ReferenceProxy {89 ReferenceProxy(DerivedT I) : I(std::move(I)) {} in ReferenceProxy() function174 ReferenceProxy operator[](DifferenceTypeT n) {177 return ReferenceProxy(static_cast<DerivedT *>(this)->operator+(n));179 ReferenceProxy operator[](DifferenceTypeT n) const {182 return ReferenceProxy(static_cast<const DerivedT *>(this)->operator+(n));