Struct SourceLineInfo¶
Defined in File catch.hpp
Struct Documentation¶
-
struct
Catch::SourceLineInfo¶ Public Functions
-
SourceLineInfo() = delete¶
-
inline
SourceLineInfo(char const *_file, std::size_t _line) noexcept¶
-
SourceLineInfo(SourceLineInfo const &other) = default¶
-
SourceLineInfo(SourceLineInfo&&) = default¶
-
SourceLineInfo &
operator=(SourceLineInfo const&) = default¶
-
SourceLineInfo &
operator=(SourceLineInfo&&) = default¶
-
bool
empty() const noexcept¶
-
bool
operator==(SourceLineInfo const &other) const noexcept¶
-
bool
operator<(SourceLineInfo const &other) const noexcept¶
-