Class LazyExpression

Class Documentation

class Catch::LazyExpression

Public Functions

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

Friends

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