...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Construct a counter.
fail_count( std::size_t n, error_code ev = error::test_failure);
Name |
Description |
---|---|
|
The 0-based index of the operation to fail on or after |
|
An optional error code to use when generating a simulated failure |