Catch::LazyExpression Class Reference

#include <catch.hpp>

Public Member Functions

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

Friends

class AssertionHandler
 
struct AssertionStats
 
class RunContext
 
auto operator<< (std::ostream &os, LazyExpression const &lazyExpr) -> std::ostream &
 

Constructor & Destructor Documentation

◆ LazyExpression() [1/2]

Catch::LazyExpression::LazyExpression ( bool  isNegated)

◆ LazyExpression() [2/2]

Catch::LazyExpression::LazyExpression ( LazyExpression const &  other)

Member Function Documentation

◆ operator bool()

Catch::LazyExpression::operator bool ( ) const
explicit

◆ operator=()

LazyExpression & Catch::LazyExpression::operator= ( LazyExpression const &  )
delete

Friends And Related Function Documentation

◆ AssertionHandler

friend class AssertionHandler
friend

◆ AssertionStats

friend struct AssertionStats
friend

◆ operator<<

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

◆ RunContext

friend class RunContext
friend

The documentation for this class was generated from the following file: