MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / operator++

Method operator++

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5497–5506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5495 }
5496
5497 auto operator++() -> TokenStream & {
5498 if (m_tokenBuffer.size() >= 2) {
5499 m_tokenBuffer.erase(m_tokenBuffer.begin());
5500 } else {
5501 if (it != itEnd)
5502 ++it;
5503 loadBuffer();
5504 }
5505 return *this;
5506 }
5507};
5508
5509class ResultBase {

Callers

nothing calls this directly

Calls 3

eraseMethod · 0.80
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected