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