MCPcopy Create free account
hub / github.com/RenderKit/oidn / StringMatcherBase

Method StringMatcherBase

external/catch.hpp:11717–11720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11715 }
11716
11717 StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator )
11718 : m_comparator( comparator ),
11719 m_operation( operation ) {
11720 }
11721
11722 std::string StringMatcherBase::describe() const {
11723 std::string description;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected