formatΒΆ

group turbo_fmt_format

The format module provides a fast and safe alternative to C stdio and C++ iostreams.

The format module provides a fast and safe alternative to C stdio and C++ iostreams. It is designed to be easy to use and to handle large amounts of data. The format module is part of the turbo::format module.

Example:

std::string message = turbo::format("The answer is {}.", 42);
Output:
The answer is 42.