kblib 0.2.3
General utilities library for modern C++
|
#include <catch/catch.hpp>
Public Member Functions | |
UnaryExpr (LhsT lhs) | |
UnaryExpr (LhsT lhs) | |
Public Member Functions inherited from Catch::ITransientExpression | |
auto | isBinaryExpression () const -> bool |
auto | getResult () const -> bool |
virtual void | streamReconstructedExpression (std::ostream &os) const =0 |
ITransientExpression (bool isBinaryExpression, bool result) | |
virtual | ~ITransientExpression () |
auto | isBinaryExpression () const -> bool |
auto | getResult () const -> bool |
virtual void | streamReconstructedExpression (std::ostream &os) const =0 |
ITransientExpression (bool isBinaryExpression, bool result) | |
virtual | ~ITransientExpression () |
Additional Inherited Members | |
Public Attributes inherited from Catch::ITransientExpression | |
bool | m_isBinaryExpression |
bool | m_result |
|
inlineexplicit |
|
inlineexplicit |