tess 0.4.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::diagnostics::Warning Struct Reference

#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()

Detailed Description

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.


The documentation for this struct was generated from the following file: