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

Method runtimeError

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

Source from the content-addressed store, hash-verified

8924 static auto ok() -> BasicResult { return { ResultBase::Ok }; }
8925 static auto logicError( std::string const &message ) -> BasicResult { return { ResultBase::LogicError, message }; }
8926 static auto runtimeError( std::string const &message ) -> BasicResult { return { ResultBase::RuntimeError, message }; }
8927
8928 explicit operator bool() const { return m_type == ResultBase::Ok; }
8929 auto type() const -> ResultBase::Type { return m_type; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected