MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / TokenStream

Method TokenStream

tests/catch.hpp:6790–6790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6788
6789 public:
6790 explicit TokenStream( Args const &args ) : TokenStream( args.m_args.begin(), args.m_args.end() ) {}
6791
6792 TokenStream( Iterator it, Iterator itEnd ) : it( it ), itEnd( itEnd ) {
6793 loadBuffer();

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected