#include <catch2.hpp>
Inheritance diagram for UnaryExpr< LhsT >:Public Member Functions | |
| UnaryExpr (LhsT lhs) | |
Public Member Functions inherited from ITransientExpression | |
| auto | isBinaryExpression () const -> bool |
| auto | getResult () const -> bool |
| ITransientExpression (bool isBinaryExpression, bool result) | |
| virtual | ~ITransientExpression () |
Additional Inherited Members | |
Public Attributes inherited from ITransientExpression | |
| bool | m_isBinaryExpression |
| bool | m_result |
|
explicit |