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

Method caseSensitivitySuffix

tutorials/external/catch.hpp:9475–9479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9473 : str;
9474 }
9475 std::string CasedString::caseSensitivitySuffix() const {
9476 return m_caseSensitivity == CaseSensitive::No
9477 ? " (case insensitive)"
9478 : std::string();
9479 }
9480
9481 StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator )
9482 : m_comparator( comparator ),

Callers 1

describeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected