Class LazyExpression

Class Documentation

class LazyExpression

Public Functions

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

Friends

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