|
tess 0.4.0
Performance-first tile and path simulation substrate
|
#include <tess/diagnostics/warning_sink.h>
Public Attributes | |
| WarningCategory | category = WarningCategory::General |
| std::string_view | message |
| std::uint64_t | detail = 0 |
| std::source_location | where = std::source_location::current() |
Non-owning warning record carrying an origin, message, and numeric detail.
message must outlive every sink retaining the warning. Its detail meaning is defined by the category/message pair, and where defaults to the construction site.