struct stub::ignore
In header: #include <stub/ignore.hpp>
Description
An object used to ignore values of specific arguments when comparing two function calls.
Example:
function<void(uint32_t, bool)> foo;
foo(3U, true);
assert(fool.expect_calls().with(3U, stub::ignore()));