|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Holds a selection range for a region in the source text, as a half-open interval [start, end). More...
#include "donner/base/FileOffset.h"
Public Member Functions | |
| bool | operator== (const SourceRange &other) const =default |
| Equality operator. | |
Public Attributes | |
| FileOffset | start |
| Start of the range (inclusive). | |
| FileOffset | end |
| End of the range (exclusive). | |