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

Function isJustInfo

tests/catch.hpp:9995–9997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9993 return ( resultType & ResultWas::FailureBit ) == 0;
9994 }
9995 bool isJustInfo( int flags ) {
9996 return flags == ResultWas::Info;
9997 }
9998
9999 ResultDisposition::Flags operator | ( ResultDisposition::Flags lhs, ResultDisposition::Flags rhs ) {
10000 return static_cast<ResultDisposition::Flags>( static_cast<int>( lhs ) | static_cast<int>( rhs ) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected