Warning: This is a development version. The latest stable version is Version 7.1.1.

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()));
Versions
7.1.1
7.1.0
7.0.0
Development
latest