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

Method MessageInfo

tests/catch.hpp:9347–9354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9345namespace Catch {
9346
9347 MessageInfo::MessageInfo( StringRef const& _macroName,
9348 SourceLineInfo const& _lineInfo,
9349 ResultWas::OfType _type )
9350 : macroName( _macroName ),
9351 lineInfo( _lineInfo ),
9352 type( _type ),
9353 sequence( ++globalCount )
9354 {}
9355
9356 bool MessageInfo::operator==( MessageInfo const& other ) const {
9357 return sequence == other.sequence;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected