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

Enum Choice

tests/catch.hpp:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399namespace Catch {
400
401 struct CaseSensitive { enum Choice {
402 Yes,
403 No
404 }; };
405
406 class NonCopyable {
407 NonCopyable( NonCopyable const& ) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected