MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / isOptPrefix

Function isOptPrefix

tests/catch.hpp:6743–6749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6741 };
6742
6743 inline auto isOptPrefix( char c ) -> bool {
6744 return c == '-'
6745#ifdef CATCH_PLATFORM_WINDOWS
6746 || c == '/'
6747#endif
6748 ;
6749 }
6750
6751 // Abstracts iterators into args as a stream of tokens, with option arguments uniformly handled
6752 class TokenStream {

Callers 1

loadBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected