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

Method operator -

src/libcpp/containers/array_iter.hpp:178–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 return _tmp += _off;
177 }
178 __inline_call iter_type operator - (
179 size_type _off
180 )
181 { /*-------------------- sub offset */
182 iter_type _tmp(*(iter_type*)this);
183 return _tmp -= _off;
184 }
185
186 __inline_call diff_type operator - (
187 self_type const& _src

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected