#include <catch.hpp>
Public Member Functions | |
UnaryExpr (LhsT lhs) | |
auto | isBinaryExpression () const -> bool |
auto | getResult () const -> bool |
Public Attributes | |
bool | m_isBinaryExpression |
bool | m_result |
Private Member Functions | |
void | streamReconstructedExpression (std::ostream &os) const override |
Private Attributes | |
LhsT | m_lhs |
|
inlineexplicit |
|
inlineinherited |
|
inlineinherited |
|
inlineoverrideprivatevirtual |
Implements Catch::ITransientExpression.
|
inherited |
Definition at line 2216 of file catch.hpp.
Referenced by Catch::ITransientExpression::isBinaryExpression().
|
private |
Definition at line 2301 of file catch.hpp.
Referenced by Catch::UnaryExpr< LhsT >::streamReconstructedExpression().
|
inherited |
Definition at line 2217 of file catch.hpp.
Referenced by Catch::ITransientExpression::getResult().