Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ TokenStream
Method
TokenStream
unittests/catch.hpp:5679–5679 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5677
5678
public:
5679
explicit TokenStream( Args const &args ) : TokenStream( args.m_args.begin(), args.m_args.end() ) {}
5680
5681
TokenStream( Iterator it, Iterator itEnd ) : it( it ), itEnd( itEnd ) {
5682
loadBuffer();
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected