Loading [MathJax]/jax/output/HTML-CSS/config.js
WPILibC++ 2025.3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
SmallString.h File Reference

This file defines the SmallString class. More...

#include "wpi/SmallVector.h"
#include <cstddef>
#include <string>
#include <string_view>

Go to the source code of this file.

Classes

class  wpi::SmallString< InternalLen >
 SmallString - A SmallString is just a SmallVector with methods and accessors that make it work better as a string (e.g. More...
 

Namespaces

namespace  wpi
 Foonathan namespace.
 

Detailed Description

This file defines the SmallString class.