MCPcopy Create free account
hub / github.com/Illumina/paragraph / decrement

Method decrement

external/jsoncpp/jsoncpp.cpp:2322–2324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2320}
2321
2322void ValueIteratorBase::decrement() {
2323 --current_;
2324}
2325
2326ValueIteratorBase::difference_type
2327ValueIteratorBase::computeDistance(const SelfType& other) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected