#include <catch.hpp>
Definition at line 381 of file catch.hpp.
Catch::SourceLineInfo::SourceLineInfo |
( |
| ) |
|
|
delete |
Catch::SourceLineInfo::SourceLineInfo |
( |
char const * |
_file, |
|
|
std::size_t |
_line |
|
) |
| |
|
inlinenoexcept |
bool Catch::SourceLineInfo::empty |
( |
| ) |
const |
|
noexcept |
bool Catch::SourceLineInfo::operator< |
( |
SourceLineInfo const & |
other | ) |
const |
|
noexcept |
bool Catch::SourceLineInfo::operator== |
( |
SourceLineInfo const & |
other | ) |
const |
|
noexcept |
char const* Catch::SourceLineInfo::file |
std::size_t Catch::SourceLineInfo::line |
The documentation for this struct was generated from the following file: