|
|
Donner
C++20 SVG rendering library
|
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. | |
Container for parse result, containing the parsed result and the number of characters that were consumed to parse it.