dimval 0.2.0
Modern C++23 header-only library of dimensional values (units, measures, ranges)
Loading...
Searching...
No Matches
dimval::ParseError Struct Reference

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 Description

Detailed error report from a parse_*_value call.


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