#include <doctest.h>
Definition at line 1571 of file doctest.h.
◆ ExpressionDecomposer()
doctest::detail::ExpressionDecomposer::ExpressionDecomposer |
( |
assertType::Enum | at | ) |
|
◆ operator<<() [1/2]
template<typename L >
Expression_lhs< const L && > doctest::detail::ExpressionDecomposer::operator<< |
( |
const L && | operand | ) |
|
|
inline |
Definition at line 1575 of file doctest.h.
1582 {
1583 return Expression_lhs<const L&&>(
static_cast<const L&&
>(operand),
m_at);
1584 }
◆ operator<<() [2/2]
Expression_lhs< const L & > doctest::detail::ExpressionDecomposer::operator<< |
( |
const L & | operand | ) |
|
|
inline |
Definition at line 1575 of file doctest.h.
1587 {
1588 return Expression_lhs<const L&>(operand,
m_at);
1589 }
◆ m_at
The documentation for this struct was generated from the following file: