Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/TriangleMeshDistance
/ operator->
Method
operator->
tests/catch.hpp:6807–6810 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6805
}
6806
6807
auto operator->() const -> Token const * {
6808
assert( !m_tokenBuffer.empty() );
6809
return &m_tokenBuffer.front();
6810
}
6811
6812
auto operator++() -> TokenStream & {
6813
if( m_tokenBuffer.size() >= 2 ) {
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected