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

Method errorMessage

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

Source from the content-addressed store, hash-verified

8928 explicit operator bool() const { return m_type == ResultBase::Ok; }
8929 auto type() const -> ResultBase::Type { return m_type; }
8930 auto errorMessage() const -> std::string { return m_errorMessage; }
8931
8932 protected:
8933 void enforceOk() const override {

Callers 2

BasicResultMethod · 0.80
applyCommandLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected