MCPcopy Create free account
hub / github.com/Profactor/cv-plot / MessageInfo

Method MessageInfo

CvPlot/ext/catch2/inc/catch.hpp:11665–11672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11663namespace Catch {
11664
11665 MessageInfo::MessageInfo( StringRef const& _macroName,
11666 SourceLineInfo const& _lineInfo,
11667 ResultWas::OfType _type )
11668 : macroName( _macroName ),
11669 lineInfo( _lineInfo ),
11670 type( _type ),
11671 sequence( ++globalCount )
11672 {}
11673
11674 bool MessageInfo::operator==( MessageInfo const& other ) const {
11675 return sequence == other.sequence;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected