Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::Decomposer Struct Reference

#include <catch.hpp>

+ Collaboration diagram for Catch::Decomposer:

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: