#include <catch_amalgamated.hpp>
◆ SourceLineInfo() [1/2]
Catch::SourceLineInfo::SourceLineInfo |
( |
| ) |
|
|
delete |
◆ SourceLineInfo() [2/2]
Catch::SourceLineInfo::SourceLineInfo |
( |
char const * | _file, |
|
|
std::size_t | _line ) |
|
inlineconstexprnoexcept |
◆ operator<()
bool Catch::SourceLineInfo::operator< |
( |
SourceLineInfo const & | other | ) |
const |
|
noexcept |
◆ operator==()
bool Catch::SourceLineInfo::operator== |
( |
SourceLineInfo const & | other | ) |
const |
|
noexcept |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
SourceLineInfo const & | info ) |
|
friend |
◆ file
char const* Catch::SourceLineInfo::file |
◆ line
std::size_t Catch::SourceLineInfo::line |
The documentation for this struct was generated from the following files: