kblib 0.2.3
General utilities library for modern C++
Catch::UnaryExpr< LhsT > Class Template Reference

#include <catch/catch.hpp>

Inheritance diagram for Catch::UnaryExpr< LhsT >:
Collaboration diagram for Catch::UnaryExpr< LhsT >:

Public Member Functions

 UnaryExpr (LhsT lhs)
 
 UnaryExpr (LhsT lhs)
 
- Public Member Functions inherited from Catch::ITransientExpression
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 
virtual void streamReconstructedExpression (std::ostream &os) const =0
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 
virtual void streamReconstructedExpression (std::ostream &os) const =0
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 

Additional Inherited Members

- Public Attributes inherited from Catch::ITransientExpression
bool m_isBinaryExpression
 
bool m_result
 

Detailed Description

template<typename LhsT>
class Catch::UnaryExpr< LhsT >

Definition at line 2300 of file catch.hpp.

Constructor & Destructor Documentation

◆ UnaryExpr() [1/2]

template<typename LhsT >
Catch::UnaryExpr< LhsT >::UnaryExpr ( LhsT  lhs)
inlineexplicit

Definition at line 2308 of file catch.hpp.

◆ UnaryExpr() [2/2]

template<typename LhsT >
Catch::UnaryExpr< LhsT >::UnaryExpr ( LhsT  lhs)
inlineexplicit

Definition at line 2308 of file catch.hpp.


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