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
RcStringOrRef.h File Reference
#include <variant>
#include "donner/base/RcString.h"
#include "donner/base/Utils.h"
Include dependency graph for RcStringOrRef.h:
This graph shows which files directly or indirectly include this file:

Classes

class  donner::RcStringOrRef
 An in-transit type that can hold either an RcString or std::string_view, to enable transferring the RcString reference or also accepting a non-owning std::string_view from API surfaces. More...
struct  std::hash< donner::RcStringOrRef >
 Hash function for RcString. More...

Namespaces

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