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

Method operator++

src/libcpp/containers/array_iter.hpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 __inline_call
157 iter_type operator++ ( int )
158 { /*---------------- post-increment */
159 iter_type _tmp(*(iter_type*)this);
160 ++*this;
161 return _tmp;
162 }
163 __inline_call
164 iter_type operator-- ( int )
165 { /*---------------- post-decrement */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected