Define CAPTURE
Synopsis
#include <include/catch.hpp>
#define CAPTURE(...)
Description
No description yet.
Mentioned in
- Writing tests / Logging Macros / Quickly capture value of variables or expressions
- Other / Release Notes / Fixes
- Other / Release Notes / Fixes
- Other / Release Notes / Improvements
- Other / Release Notes / Improvements and minor changes
Source
Line 241 in include/catch.hpp.
#define CAPTURE(...) \
INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CAPTURE",__VA_ARGS__ )