MCPcopy Create free account
hub / github.com/chen3feng/toft / CountOutputIterator

Method CountOutputIterator

base/string/number.cpp:597–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595{
596public:
597 CountOutputIterator() : m_count(0) {}
598 CountOutputIterator& operator++()
599 {
600 ++m_count;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected