MCPcopy Create free account
hub / github.com/apache/thrift / isBinaryExpression

Method isBinaryExpression

compiler/cpp/tests/catch/catch.hpp:1926–1928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1924 : m_arg( arg ), m_matcher( matcher ), m_matcherString( matcherString ) {}
1925
1926 virtual bool isBinaryExpression() const CATCH_OVERRIDE {
1927 return true;
1928 }
1929
1930 virtual void reconstructExpression( std::string& dest ) const CATCH_OVERRIDE {
1931 std::string matcherAsString = m_matcher.toString();

Callers 1

buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected