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

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>
Include dependency graph for parse_detail.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dimval::detail::SplitResult
 Split "<number><whitespace><tail>" into (number string, tail). More...
 

Detailed Description

Low-level parsing primitives shared by parse.hpp and the inline UnitValue::parse / MeasureValue::parse static methods.