MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / isOptPrefix

Function isOptPrefix

unittests/catch.hpp:5632–5638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5630 };
5631
5632 inline auto isOptPrefix( char c ) -> bool {
5633 return c == '-'
5634#ifdef CATCH_PLATFORM_WINDOWS
5635 || c == '/'
5636#endif
5637 ;
5638 }
5639
5640 // Abstracts iterators into args as a stream of tokens, with option arguments uniformly handled
5641 class TokenStream {

Callers 1

loadBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected