#include <catch.hpp>
Definition at line 1818 of file catch.hpp.
Catch::Capturer::~Capturer |
( |
| ) |
|
void Catch::Capturer::captureValue |
( |
size_t |
index, |
|
|
StringRef |
value |
|
) |
| |
template<typename T >
void Catch::Capturer::captureValues |
( |
size_t |
index, |
|
|
T && |
value |
|
) |
| |
|
inline |
template<typename T , typename... Ts>
void Catch::Capturer::captureValues |
( |
size_t |
index, |
|
|
T && |
value, |
|
|
Ts &&... |
values |
|
) |
| |
|
inline |
size_t Catch::Capturer::m_captured = 0 |
|
private |
The documentation for this class was generated from the following file: