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

Method operator--

src/libcpp/containers/array_iter.hpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 return _tmp;
162 }
163 __inline_call
164 iter_type operator-- ( int )
165 { /*---------------- post-decrement */
166 iter_type _tmp(*(iter_type*)this);
167 --*this;
168 return _tmp;
169 }
170
171 __inline_call iter_type operator + (
172 size_type _off

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected