micro-test-plus 3.2.2
The µTest++ Testing Framework
Loading...
Searching...
No Matches
micro_os_plus::micro_test_plus::detail::ne_< Lhs_T, Rhs_T > Struct Template Reference

Non-equality comparator. More...

#include <micro-os-plus/micro-test-plus.h>

+ Inheritance diagram for micro_os_plus::micro_test_plus::detail::ne_< Lhs_T, Rhs_T >:

Public Member Functions

constexpr ne_ (const Lhs_T &lhs={}, const Rhs_T &rhs={})
 
constexpr auto lhs () const
 
constexpr operator bool () const
 
constexpr auto rhs () const
 

Public Attributes

const Lhs_T lhs_ {}
 
const Rhs_T rhs_ {}
 
const bool value_ {}
 

Detailed Description

template<class Lhs_T, class Rhs_T>
struct micro_os_plus::micro_test_plus::detail::ne_< Lhs_T, Rhs_T >

Non-equality comparator.

Definition at line 187 of file detail.h.

Constructor & Destructor Documentation

◆ ne_()

template<class Lhs_T, class Rhs_T>
micro_os_plus::micro_test_plus::detail::ne_< Lhs_T, Rhs_T >::ne_ ( const Lhs_T & lhs = {},
const Rhs_T & rhs = {} )
inlineconstexpr

Definition at line 189 of file detail.h.

Member Function Documentation

◆ lhs()

template<class Lhs_T, class Rhs_T>
auto micro_os_plus::micro_test_plus::detail::ne_< Lhs_T, Rhs_T >::lhs ( ) const
inlinenodiscardconstexpr

Definition at line 242 of file detail.h.

◆ operator bool()

template<class Lhs_T, class Rhs_T>
micro_os_plus::micro_test_plus::detail::ne_< Lhs_T, Rhs_T >::operator bool ( ) const
inlinenodiscardconstexpr

Definition at line 237 of file detail.h.

◆ rhs()

template<class Lhs_T, class Rhs_T>
auto micro_os_plus::micro_test_plus::detail::ne_< Lhs_T, Rhs_T >::rhs ( ) const
inlinenodiscardconstexpr

Definition at line 247 of file detail.h.

Member Data Documentation

◆ lhs_

template<class Lhs_T, class Rhs_T>
const Lhs_T micro_os_plus::micro_test_plus::detail::ne_< Lhs_T, Rhs_T >::lhs_ {}

Definition at line 252 of file detail.h.

◆ rhs_

template<class Lhs_T, class Rhs_T>
const Rhs_T micro_os_plus::micro_test_plus::detail::ne_< Lhs_T, Rhs_T >::rhs_ {}

Definition at line 253 of file detail.h.

◆ value_

template<class Lhs_T, class Rhs_T>
const bool micro_os_plus::micro_test_plus::detail::ne_< Lhs_T, Rhs_T >::value_ {}

Definition at line 254 of file detail.h.


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