ucx
UAP Common Extensions
Loading...
Searching...
No Matches
Data Fields
cx_string_s Struct Reference

The UCX string structure for immutable (constant) strings. More...

#include <string.h>

Data Fields

char const * ptr
 A pointer to the immutable string.
 
size_t length
 The length of the string.
 

Detailed Description

The UCX string structure for immutable (constant) strings.

Field Documentation

◆ ptr

char const* cx_string_s::ptr

A pointer to the immutable string.

Note
The string is not necessarily NULL terminated. Always use the length.

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