API
Catch::Decomposer Struct Reference

#include <catch.hpp>

Collaboration diagram for Catch::Decomposer:
Collaboration graph

Public Member Functions

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/2]

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

Definition at line 2420 of file catch.hpp.

◆ operator<=() [2/2]

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 file: