Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::UnaryExpr< LhsT > Class Template Reference

#include <catch_decomposer.h>

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
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 
 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 1946 of file catch.hpp.

Constructor & Destructor Documentation

◆ UnaryExpr() [1/2]

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

Definition at line 134 of file catch_decomposer.h.

135 : ITransientExpression{ false, static_cast<bool>(lhs) },
136 m_lhs( lhs )
137 {}
ITransientExpression(bool isBinaryExpression, bool result)

◆ UnaryExpr() [2/2]

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

Definition at line 1954 of file catch.hpp.

1955 : ITransientExpression{ false, static_cast<bool>(lhs) },
1956 m_lhs( lhs )
1957 {}

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