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

Function isOptPrefix

tutorials/external/catch.hpp:6962–6968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6960 };
6961
6962 inline auto isOptPrefix( char c ) -> bool {
6963 return c == '-'
6964#ifdef CATCH_PLATFORM_WINDOWS
6965 || c == '/'
6966#endif
6967 ;
6968 }
6969
6970 // Abstracts iterators into args as a stream of tokens, with option arguments uniformly handled
6971 class TokenStream {

Callers 1

loadBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected