Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::parser::LengthParser::Result Struct Reference

Container for parse result, containing the parsed result and the number of characters that were consumed to parse it. More...

#include "donner/base/parser/LengthParser.h"

Public Attributes

Lengthd length
 The parsed result.
size_t consumedChars = 0
 The number of characters of the input string that were consumed to parse the number.

Friends

std::ostream & operator<< (std::ostream &os, const Result &self)
 Ostream output operator.

Detailed Description

Container for parse result, containing the parsed result and the number of characters that were consumed to parse it.


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