Searched refs:ExpressionLhs (Results 1 – 1 of 1) sorted by relevance
1203 template<typename T> class ExpressionLhs;1229 ExpressionLhs<T const&> operator <= ( T const& operand );1230 ExpressionLhs<bool> operator <= ( bool value );1794 class ExpressionLhs { class1795 ExpressionLhs& operator = ( ExpressionLhs const& );1797 ExpressionLhs& operator = ( ExpressionLhs && ) = delete;1801 ExpressionLhs( ResultBuilder& rb, T lhs ) : m_rb( rb ), m_lhs( lhs ) {} in ExpressionLhs() function in Catch::ExpressionLhs1803 ExpressionLhs( ExpressionLhs const& ) = default;1804 ExpressionLhs( ExpressionLhs && ) = default;1883 inline ExpressionLhs<T const&> ResultBuilder::operator <= ( T const& operand ) { in operator <=()[all …]