WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
WPI_String Struct Reference

A const UTF8 string. More...

#include <wpi/string.h>

Public Attributes

const char * str
 Contents.
 
size_t len
 Length.
 

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: