Struct WaitForKeypress
Synopsis
#include <include/internal/catch_interfaces_config.h>
struct WaitForKeypress
Description
No description yet.
Source
Lines 49-54 in include/internal/catch_interfaces_config.h.
struct WaitForKeypress { enum When {
Never,
BeforeStart = 1,
BeforeExit = 2,
BeforeStartAndExit = BeforeStart | BeforeExit
}; };