Searched refs:ReferenceProxy (Results 1 – 3 of 3) 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));
54 class ReferenceProxy {59 ReferenceProxy(DerivedT I) : I(std::move(I)) {} in ReferenceProxy() function139 ReferenceProxy operator[](DifferenceTypeT n) const {142 return ReferenceProxy(static_cast<const DerivedT *>(this)->operator+(n));
55 class ReferenceProxy {60 ReferenceProxy(DerivedT I) : I(std::move(I)) {} in ReferenceProxy() function140 ReferenceProxy operator[](DifferenceTypeT n) const {143 return ReferenceProxy(static_cast<const DerivedT *>(this)->operator+(n));