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

Split "<number><whitespace><tail>" into (number string, tail). More...

#include <parse_detail.hpp>

Public Attributes

std::size_t number_end {0}
 index in original input where the number ended
 

Detailed Description

Split "<number><whitespace><tail>" into (number string, tail).


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