MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / describe

Method describe

extlibs/catch/include/catch/catch.hpp:11120–11122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11118 }
11119
11120 std::string WithinAbsMatcher::describe() const {
11121 return "is within " + ::Catch::Detail::stringify(m_margin) + " of " + ::Catch::Detail::stringify(m_target);
11122 }
11123
11124 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType)
11125 :m_target{ target }, m_ulps{ ulps }, m_type{ baseType } {

Callers

nothing calls this directly

Calls 6

stringifyFunction · 0.85
stepFunction · 0.85
caseSensitivitySuffixMethod · 0.80
strMethod · 0.45
reserveMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected