#include <catch.hpp>
Public Member Functions | |
| LazyExpression (bool isNegated) | |
| LazyExpression (LazyExpression const &other) | |
| operator bool () const | |
| LazyExpression & | operator= (LazyExpression const &)=delete |
Private Attributes | |
| bool | m_isNegated |
| ITransientExpression const * | m_transientExpression = nullptr |
Friends | |
| class | AssertionHandler |
| struct | AssertionStats |
| auto | operator<< (std::ostream &os, LazyExpression const &lazyExpr) -> std::ostream & |
| class | RunContext |
| Catch::LazyExpression::LazyExpression | ( | bool | isNegated | ) |
| Catch::LazyExpression::LazyExpression | ( | LazyExpression const & | other | ) |
|
explicit |
|
delete |
|
friend |
|
friend |
|
private |