MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator->

Method operator->

unittests/catch.hpp:5696–5699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5694 }
5695
5696 auto operator->() const -> Token const * {
5697 assert( !m_tokenBuffer.empty() );
5698 return &m_tokenBuffer.front();
5699 }
5700
5701 auto operator++() -> TokenStream & {
5702 if( m_tokenBuffer.size() >= 2 ) {

Callers

nothing calls this directly

Calls 2

frontMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected