kblib 0.2.3
General utilities library for modern C++
Catch::LazyExpression Class Reference

#include <catch/catch.hpp>

Public Member Functions

 LazyExpression (bool isNegated)
 
 LazyExpression (LazyExpression const &other)
 
LazyExpressionoperator= (LazyExpression const &)=delete
 
 operator bool () const
 
 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 &
 
auto operator<< (std::ostream &os, LazyExpression const &lazyExpr) -> std::ostream &
 

Detailed Description

Definition at line 2526 of file catch.hpp.

Constructor & Destructor Documentation

◆ LazyExpression() [1/4]

Catch::LazyExpression::LazyExpression ( bool  isNegated)

◆ LazyExpression() [2/4]

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

◆ LazyExpression() [3/4]

Catch::LazyExpression::LazyExpression ( bool  isNegated)

◆ LazyExpression() [4/4]

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

Member Function Documentation

◆ operator bool() [1/2]

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

◆ operator bool() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Friends And Related Function Documentation

◆ AssertionHandler

Definition at line 2527 of file catch.hpp.

◆ AssertionStats

AssertionStats
friend

Definition at line 2528 of file catch.hpp.

◆ operator<< [1/2]

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

◆ operator<< [2/2]

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

◆ RunContext

RunContext
friend

Definition at line 2529 of file catch.hpp.


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