MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator*

Method operator*

extlibs/catch/include/catch/catch.hpp:8596–8599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8594 auto count() const -> size_t { return m_tokenBuffer.size() + (itEnd - it); }
8595
8596 auto operator*() const -> Token {
8597 assert( !m_tokenBuffer.empty() );
8598 return m_tokenBuffer.front();
8599 }
8600
8601 auto operator->() const -> Token const * {
8602 assert( !m_tokenBuffer.empty() );

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected