Class LazyExpression
Defined in File catch.hpp
Class Documentation
-
class LazyExpression
Public Functions
-
LazyExpression(bool isNegated)
-
LazyExpression(LazyExpression const &other)
-
LazyExpression &operator=(LazyExpression const&) = delete
-
explicit operator bool() const
Friends
-
friend auto operator<<(std::ostream &os, LazyExpression const &lazyExpr) -> std::ostream&
-
LazyExpression(bool isNegated)