micro-test-plus 3.2.0
µTest++, a lightweight testing framework for embedded platforms
|
Logical or operator. More...
#include <micro-os-plus/micro-test-plus.h>
Public Member Functions | |
constexpr | or_ (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_ {} |
Logical or operator.
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
const Lhs_T micro_os_plus::micro_test_plus::detail::or_< Lhs_T, Rhs_T >::lhs_ {} |
const Rhs_T micro_os_plus::micro_test_plus::detail::or_< Lhs_T, Rhs_T >::rhs_ {} |
const bool micro_os_plus::micro_test_plus::detail::or_< Lhs_T, Rhs_T >::value_ {} |