Class LazyExpression

Class Documentation

class Catch::LazyExpression

Public Functions

LazyExpression(bool isNegated)
LazyExpression(LazyExpression const &other)
LazyExpression &operator=(LazyExpression const&) = delete
operator bool() const

Friends

friend auto operator<<(std::ostream &os, LazyExpression const &lazyExpr) -> std::ostream&