MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / caseSensitivitySuffix

Method caseSensitivitySuffix

tests/catch.hpp:9249–9253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9247 : str;
9248 }
9249 std::string CasedString::caseSensitivitySuffix() const {
9250 return m_caseSensitivity == CaseSensitive::No
9251 ? " (case insensitive)"
9252 : std::string();
9253 }
9254
9255 StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator )
9256 : m_comparator( comparator ),

Callers 1

describeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected