Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
donner::base::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"

Collaboration diagram for donner::base::parser::LengthParser::Result:
[legend]

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: