|
|
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.
|
Result of parsing the An+B microsyntax. More...
#include "donner/css/parser/AnbMicrosyntaxParser.h"
Public Attributes | |
| AnbValue | value |
| The parsed An+B value. | |
| std::span< const ComponentValue > | remainingComponents |
| The remaining components after the end of the An+B value, if not all were consumed. | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const Result &result) |
| Ostream operator. | |
Result of parsing the An+B microsyntax.