Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::Decomposer Struct Reference

#include <catch_decomposer.h>

Public Member Functions

template<typename T >
auto operator<= (T const &lhs) -> ExprLhs< T const & >
 
auto operator<= (bool value) -> ExprLhs< bool >
 
template<typename T >
auto operator<= (T const &lhs) -> ExprLhs< T const & >
 
auto operator<= (bool value) -> ExprLhs< bool >
 

Detailed Description

Definition at line 2048 of file catch.hpp.

Member Function Documentation

◆ operator<=() [1/4]

auto Catch::Decomposer::operator<= ( bool value) -> ExprLhs<bool>
inline

Definition at line 236 of file catch_decomposer.h.

236 {
237 return ExprLhs<bool>{ value };
238 }
#define value
Definition pkcs11.h:157

◆ operator<=() [2/4]

auto Catch::Decomposer::operator<= ( bool value) -> ExprLhs<bool>
inline

Definition at line 2054 of file catch.hpp.

2054 {
2055 return ExprLhs<bool>{ value };
2056 }

◆ operator<=() [3/4]

template<typename T >
auto Catch::Decomposer::operator<= ( T const & lhs) -> ExprLhs<T const&>
inline

Definition at line 232 of file catch_decomposer.h.

232 {
233 return ExprLhs<T const&>{ lhs };
234 }

◆ operator<=() [4/4]

template<typename T >
auto Catch::Decomposer::operator<= ( T const & lhs) -> ExprLhs<T const&>
inline

Definition at line 2050 of file catch.hpp.

2050 {
2051 return ExprLhs<T const&>{ lhs };
2052 }

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