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