Donner 0.5.1
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
ElementLike.h File Reference
#include <concepts>
#include <optional>
#include "donner/base/RcString.h"
#include "donner/base/SmallVector.h"
#include "donner/base/xml/XMLQualifiedName.h"
Include dependency graph for ElementLike.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.

Concepts

concept  donner::ElementLike
 Concept for types that can be matched against a selector, such as a donner::svg::SVGElement.