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::css::parser::AnbMicrosyntaxParser::Result Struct Reference

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 ComponentValueremainingComponents
 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.

Detailed Description

Result of parsing the An+B microsyntax.


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