|
dimval 0.2.0
Modern C++23 header-only library of dimensional values (units, measures, ranges)
|
Detailed error report from a parse_*_value call. More...
#include <core.hpp>
Public Attributes | |
| std::string | input |
| Copy of the original input for diagnostics. | |
| std::size_t | pos {0} |
| Byte position where parsing failed. | |
| std::string | message |
| Optional human-readable detail. | |
Detailed error report from a parse_*_value call.