MCPcopy Create free account
hub / github.com/dengwirda/jigsaw / operator +

Method operator +

src/libcpp/containers/array_iter.hpp:171–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 __inline_call iter_type operator + (
172 size_type _off
173 )
174 { /*-------------------- add offset */
175 iter_type _tmp(*(iter_type*)this);
176 return _tmp += _off;
177 }
178 __inline_call iter_type operator - (
179 size_type _off
180 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected