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
RcString.h File Reference
#include <bit>
#include <cassert>
#include <compare>
#include <format>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
#include "donner/base/StringUtils.h"
#include "donner/base/Utils.h"
Include dependency graph for RcString.h:

Classes

class  donner::RcString
 A reference counted string, that is copy-on-write and implements the small-string optimization. More...
struct  donner::RcString::LongStringData::InitOnlySharedPtr
struct  std::hash< donner::RcString >
 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.