|
spdlog
|
#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 |
|
private |