MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / isOptPrefix

Function isOptPrefix

tests/catch.hpp:10264–10271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10262};
10263
10264inline auto isOptPrefix(char c) -> bool
10265{
10266 return c == '-'
10267#ifdef CATCH_PLATFORM_WINDOWS
10268 || c == '/'
10269#endif
10270 ;
10271}
10272
10273// Abstracts iterators into args as a stream of tokens, with option arguments uniformly handled
10274class TokenStream {

Callers 1

loadBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected