Represents an expected value for comparison in matcher operations. More...
#include <Matchers.hpp>
Public Member Functions | |
| ExpectedValue (ValueType value) | |
| Constructs an expected value for the given value. | |
| const ValueType & | value () const noexcept |
| Retrieves the current value. | |
Represents an expected value for comparison in matcher operations.
| ValueType | The type of value to be expected. |
|
explicit |
Constructs an expected value for the given value.
| value | The value to set as the expected value for the matcher. |
|
nodiscardnoexcept |
Retrieves the current value.