MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator++

Method operator++

unittests/catch.hpp:5701–5710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5699 }
5700
5701 auto operator++() -> TokenStream & {
5702 if( m_tokenBuffer.size() >= 2 ) {
5703 m_tokenBuffer.erase( m_tokenBuffer.begin() );
5704 } else {
5705 if( it != itEnd )
5706 ++it;
5707 loadBuffer();
5708 }
5709 return *this;
5710 }
5711 };
5712
5713 class ResultBase {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected