MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / operator-

Method operator-

external/json/json.hpp:6174–6177  ·  view source on GitHub ↗

subtract from iterator

Source from the content-addressed store, hash-verified

6172
6173 /// subtract from iterator
6174 json_reverse_iterator operator-(difference_type i) const
6175 {
6176 return static_cast<json_reverse_iterator>(base_iterator::operator-(i));
6177 }
6178
6179 /// return difference
6180 difference_type operator-(const json_reverse_iterator& other) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected