MCPcopy Create free account
hub / github.com/RenderKit/oidn / isOptPrefix

Function isOptPrefix

external/catch.hpp:8845–8851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

loadBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected