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::editor::ApplyPatchesResult Struct Reference

Result of an applyPatches call. More...

#include "donner/editor/TextPatch.h"

Public Attributes

std::size_t applied = 0
 Number of patches successfully applied.
std::size_t rejectedBounds = 0
 Patches whose offset+length exceeded the buffer.

Detailed Description

Result of an applyPatches call.

Member Data Documentation

◆ applied

std::size_t donner::editor::ApplyPatchesResult::applied = 0

Number of patches successfully applied.

◆ rejectedBounds

std::size_t donner::editor::ApplyPatchesResult::rejectedBounds = 0

Patches whose offset+length exceeded the buffer.


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