kblib 0.2.3
General utilities library for modern C++
Catch::Decomposer Struct Reference

#include <catch/catch.hpp>

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 2414 of file catch.hpp.

Member Function Documentation

◆ operator<=() [1/4]

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

Definition at line 2420 of file catch.hpp.

◆ operator<=() [2/4]

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

Definition at line 2420 of file catch.hpp.

◆ operator<=() [3/4]

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

Definition at line 2416 of file catch.hpp.

◆ operator<=() [4/4]

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

Definition at line 2416 of file catch.hpp.


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