MCPcopy Create free account
hub / github.com/Profactor/cv-plot / TokenStream

Method TokenStream

CvPlot/ext/catch2/inc/catch.hpp:8817–8817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8815
8816 public:
8817 explicit TokenStream( Args const &args ) : TokenStream( args.m_args.begin(), args.m_args.end() ) {}
8818
8819 TokenStream( Iterator it, Iterator itEnd ) : it( it ), itEnd( itEnd ) {
8820 loadBuffer();

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected