WPILibC++ 2024.3.2
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
 

Detailed Description

This file defines the SmallString class.