YATL
Loading...
Searching...
No Matches
YATL_Span Struct Reference

Opaque span structure. More...

#include <yatl.h>

Public Member Functions

 _Alignas (max_align_t) unsigned char _opaque[YATL_SPAN_SIZE]

Detailed Description

Opaque span structure.

A view into the document defined by start and end cursors. Spans are lightweight and do not copy data. They can represent the entire document, a table, a key-value pair, or a value.

Note
Spans become invalid if the underlying document is modified in a way that affects the spanned region.

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