Catch::UnaryExpr< LhsT > Class Template Reference

#include <catch.hpp>

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

Public Member Functions

 UnaryExpr (LhsT lhs)
 
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 

Public Attributes

bool m_isBinaryExpression
 
bool m_result
 

Constructor & Destructor Documentation

◆ UnaryExpr()

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

Member Function Documentation

◆ getResult()

auto Catch::ITransientExpression::getResult ( ) const -> bool
inlineinherited

◆ isBinaryExpression()

auto Catch::ITransientExpression::isBinaryExpression ( ) const -> bool
inlineinherited

Member Data Documentation

◆ m_isBinaryExpression

bool Catch::ITransientExpression::m_isBinaryExpression
inherited

◆ m_result

bool Catch::ITransientExpression::m_result
inherited

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