OpenTTD Source 20250521-master-g82876c25e0
string_builder.hpp File Reference

Compose strings from textual and binary data. More...

#include <charconv>

Go to the source code of this file.

Data Structures

class  BaseStringBuilder
 Compose data into a string / buffer. More...
 
class  StringBuilder
 Compose data into a growing std::string. More...
 

Detailed Description

Compose strings from textual and binary data.

Definition in file string_builder.hpp.