MCPcopy Create free account
hub / github.com/cinemast/libjson-rpc-cpp / isOptPrefix

Function isOptPrefix

src/catch2/catch.hpp:8849–8855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8847 };
8848
8849 inline auto isOptPrefix( char c ) -> bool {
8850 return c == '-'
8851#ifdef CATCH_PLATFORM_WINDOWS
8852 || c == '/'
8853#endif
8854 ;
8855 }
8856
8857 // Abstracts iterators into args as a stream of tokens, with option arguments uniformly handled
8858 class TokenStream {

Callers 1

loadBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected