MCPcopy Create free account
hub / github.com/cirquit/trdrop / MatchExpression

Method MatchExpression

ext/catch.hpp:1878–1879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1876class MatchExpression : public DecomposedExpression {
1877public:
1878 MatchExpression( ArgT arg, MatcherT matcher, char const* matcherString )
1879 : m_arg( arg ), m_matcher( matcher ), m_matcherString( matcherString ) {}
1880
1881 virtual bool isBinaryExpression() const CATCH_OVERRIDE {
1882 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected