Public Member Functions | Private Attributes | List of all members
Catch::ExprLhs< LhsT > Class Template Reference

#include <catch.hpp>

Public Member Functions

 ExprLhs (LhsT lhs)
 
auto makeUnaryExpr () const -> UnaryExpr< LhsT >
 
template<typename RhsT >
auto operator!= (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
auto operator!= (bool rhs) -> BinaryExpr< LhsT, bool > const
 
template<typename RhsT >
auto operator& (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator&& (RhsT const &) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator< (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator<= (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator== (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
auto operator== (bool rhs) -> BinaryExpr< LhsT, bool > const
 
template<typename RhsT >
auto operator> (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator>= (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator^ (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator| (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename RhsT >
auto operator|| (RhsT const &) -> BinaryExpr< LhsT, RhsT const & > const
 

Private Attributes

LhsT m_lhs
 

Detailed Description

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

Definition at line 2335 of file catch.hpp.

Constructor & Destructor Documentation

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

Definition at line 2338 of file catch.hpp.

Member Function Documentation

template<typename LhsT>
auto Catch::ExprLhs< LhsT >::makeUnaryExpr ( ) const -> UnaryExpr<LhsT>
inline

Definition at line 2399 of file catch.hpp.

template<typename LhsT>
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator!= ( RhsT const &  rhs) -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2349 of file catch.hpp.

template<typename LhsT>
auto Catch::ExprLhs< LhsT >::operator!= ( bool  rhs) -> BinaryExpr<LhsT, bool> const
inline

Definition at line 2352 of file catch.hpp.

template<typename LhsT>
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator& ( RhsT const &  rhs) -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2377 of file catch.hpp.

template<typename LhsT>
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator&& ( RhsT const &  ) -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2386 of file catch.hpp.

template<typename LhsT>
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator< ( RhsT const &  rhs) -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2361 of file catch.hpp.

template<typename LhsT>
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator<= ( RhsT const &  rhs) -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2369 of file catch.hpp.

template<typename LhsT>
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator== ( RhsT const &  rhs) -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2341 of file catch.hpp.

template<typename LhsT>
auto Catch::ExprLhs< LhsT >::operator== ( bool  rhs) -> BinaryExpr<LhsT, bool> const
inline

Definition at line 2344 of file catch.hpp.

template<typename LhsT>
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator> ( RhsT const &  rhs) -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2357 of file catch.hpp.

template<typename LhsT>
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator>= ( RhsT const &  rhs) -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2365 of file catch.hpp.

template<typename LhsT>
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator^ ( RhsT const &  rhs) -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2381 of file catch.hpp.

template<typename LhsT>
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator| ( RhsT const &  rhs) -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2373 of file catch.hpp.

template<typename LhsT>
template<typename RhsT >
auto Catch::ExprLhs< LhsT >::operator|| ( RhsT const &  ) -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2393 of file catch.hpp.

Member Data Documentation

template<typename LhsT>
LhsT Catch::ExprLhs< LhsT >::m_lhs
private

Definition at line 2336 of file catch.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:35