rlib
Convenience library for useful things
Loading...
Searching...
No Matches
RStrChunk Struct Reference

Pointer-and-size view of a string region. More...

#include <rlib/rstr.h>

Data Fields

rcharstr
 
rsize size
 

Detailed Description

Pointer-and-size view of a string region.

Field Documentation

◆ size

rsize RStrChunk::size

Length of the chunk in bytes.

◆ str

rchar* RStrChunk::str

First byte of the chunk; not NUL-terminated.


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