#include <catch_decomposer.h>
Definition at line 2048 of file catch.hpp.
◆ operator<=() [1/4]
auto Catch::Decomposer::operator<= |
( |
bool | value | ) |
-> ExprLhs<bool> |
|
inline |
◆ 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]
auto Catch::Decomposer::operator<= |
( |
T const & | lhs | ) |
-> ExprLhs<T const&> |
|
inline |
◆ operator<=() [4/4]
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: