MCPcopy Create free account
hub / github.com/catchorg/Catch2 / TokenStream

Method TokenStream

extras/catch_amalgamated.cpp:2870–2871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2868 }
2869
2870 TokenStream::TokenStream( Args const& args ):
2871 TokenStream( args.m_args.begin(), args.m_args.end() ) {}
2872
2873 TokenStream::TokenStream( Iterator it_, Iterator itEnd_ ):
2874 it( it_ ), itEnd( itEnd_ ) {

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected