Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
ElementLike.h File Reference
#include <optional>
#include "donner/base/SmallVector.h"
#include "donner/base/Utils.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.