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

Method endExpression

ext/catch.hpp:1841–1845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1839 BinaryExpression& operator = ( BinaryExpression& );
1840
1841 void endExpression() const {
1842 m_rb
1843 .setResultType( Internal::compare<Op>( m_lhs, m_rhs ) )
1844 .endExpression( *this );
1845 }
1846
1847 virtual bool isBinaryExpression() const CATCH_OVERRIDE {
1848 return true;

Callers

nothing calls this directly

Calls 1

endExpressionMethod · 0.45

Tested by

no test coverage detected