MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / match

Method match

unittests/catch.hpp:2422–2424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2420 {}
2421
2422 bool match( T const& item ) const override {
2423 return m_predicate(item);
2424 }
2425
2426 std::string describe() const override {
2427 return m_description;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected