cbase 1.46.11
C/C++ Static Template
Loading...
Searching...
No Matches
String8 Struct Reference

A sized UTF-8 string slice. More...

#include <base_strings.h>

Public Attributes

u8str
usize size

Detailed Description

A sized UTF-8 string slice.

Warning
Because this is a slice, it is NOT guaranteed to be null-terminated!

Definition at line 24 of file base_strings.h.

Member Data Documentation

◆ size

usize String8::size

Length of the string in bytes

Definition at line 26 of file base_strings.h.

◆ str

u8* String8::str

Pointer to the string data

Definition at line 25 of file base_strings.h.


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