|
dimval 0.2.0
Modern C++23 header-only library of dimensional values (units, measures, ranges)
|
Low-level parsing primitives shared by parse.hpp and the inline UnitValue::parse / MeasureValue::parse static methods. More...
#include <dimval/core.hpp>#include <cerrno>#include <charconv>#include <expected>#include <string>#include <string_view>#include <system_error>#include <type_traits>

Go to the source code of this file.
Classes | |
| struct | dimval::detail::SplitResult |
| Split "<number><whitespace><tail>" into (number string, tail). More... | |
Low-level parsing primitives shared by parse.hpp and the inline UnitValue::parse / MeasureValue::parse static methods.