WPILibC++ 2025.0.0-alpha-1-10-g1ccd8d1
WPI_String Struct Reference

A const UTF8 string. More...

#include <wpi/string.h>

Public Attributes

const char * str
 Contents. More...
 
size_t len
 Length. More...
 

Detailed Description

A const UTF8 string.

Member Data Documentation

◆ len

size_t WPI_String::len

Length.

◆ str

const char* WPI_String::str

Contents.


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