MCPcopy Create free account
hub / github.com/Amanieu/asyncplusplus / operator--

Method operator--

include/async++/range.h:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 return *this;
100 }
101 iterator operator--(int)
102 {
103 return iterator(current--);
104 }
105
106 iterator& operator+=(difference_type offset)
107 {

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.85

Tested by

no test coverage detected