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

Method increment

external/jsoncpp/jsoncpp.cpp:2318–2320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2316}
2317
2318void ValueIteratorBase::increment() {
2319 ++current_;
2320}
2321
2322void ValueIteratorBase::decrement() {
2323 --current_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected