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

Function isOptPrefix

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

Source from the content-addressed store, hash-verified

8768 };
8769
8770 inline auto isOptPrefix( char c ) -> bool {
8771 return c == '-'
8772#ifdef CATCH_PLATFORM_WINDOWS
8773 || c == '/'
8774#endif
8775 ;
8776 }
8777
8778 // Abstracts iterators into args as a stream of tokens, with option arguments uniformly handled
8779 class TokenStream {

Callers 1

loadBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected