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

Method operator--

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

Source from the content-addressed store, hash-verified

154 return _tmp;
155 }
156 __inline_call
157 iter_type operator-- ( int )
158 {
159 iter_type _tmp(*(iter_type*)this) ;
160 --*this;
161 return _tmp;
162 }
163
164 __inline_call iter_type &operator+= (
165 size_type _off

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected