Pigweed
 
Loading...
Searching...
No Matches
pw_string Directory Reference

Files

file  format.h [code]
 
file  string.h [code]
 pw::InlineBasicString and pw::InlineString are safer alternatives to std::basic_string and std::string.
 
file  string_builder.h [code]
 pw::StringBuilder facilitates creating formatted strings in a fixed-sized buffer or in a pw::InlineString. It is designed to give the flexibility of std::ostringstream, but with a small footprint.
 
file  utf_codecs.h [code]
 
file  util.h [code]
 The pw::string::* functions provide safer alternatives to C++ standard library string functions.