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

Method StringMatcherBase

tests/catch.hpp:9255–9258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9253 }
9254
9255 StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator )
9256 : m_comparator( comparator ),
9257 m_operation( operation ) {
9258 }
9259
9260 std::string StringMatcherBase::describe() const {
9261 std::string description;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected