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

Method hasExpandedExpression

tutorials/external/catch.hpp:6444–6446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6442 }
6443
6444 bool AssertionResult::hasExpandedExpression() const {
6445 return hasExpression() && getExpandedExpression() != getExpression();
6446 }
6447
6448 std::string AssertionResult::getExpandedExpression() const {
6449 std::string expr = m_resultData.reconstructExpression();

Calls

no outgoing calls

Tested by

no test coverage detected