MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / isOptPrefix

Function isOptPrefix

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5425–5431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5423};
5424
5425inline auto isOptPrefix(char c) -> bool {
5426 return c == '-'
5427#ifdef CATCH_PLATFORM_WINDOWS
5428 || c == '/'
5429#endif
5430 ;
5431}
5432
5433// Abstracts iterators into args as a stream of tokens, with option arguments uniformly handled
5434class TokenStream {

Callers 1

loadBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected