file new in 2019.10
FormatStl.hFunction Corrade::
Including this header also allows you to use std::
Namespaces
- namespace Corrade
- Root namespace.
- namespace Corrade::Utility
- Utilities.
Functions
-
template<class ... Args>auto formatString(const char* format, const Args&... args) -> std::
string - Format a string.
-
template<class ... Args>auto formatInto(std::
string& string, std:: size_t offset, const char* format, const Args&... args) -> std:: size_t - Format a string into an existing string.