MCPcopy Create free account
hub / github.com/RenderKit/embree / describe

Method describe

tutorials/external/catch.hpp:9394–9396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9392 }
9393
9394 std::string WithinAbsMatcher::describe() const {
9395 return "is within " + ::Catch::Detail::stringify(m_margin) + " of " + ::Catch::Detail::stringify(m_target);
9396 }
9397
9398 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType)
9399 :m_target{ target }, m_ulps{ ulps }, m_type{ baseType } {

Callers

nothing calls this directly

Calls 5

stringifyFunction · 0.85
caseSensitivitySuffixMethod · 0.80
to_stringFunction · 0.70
reserveMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected