15#ifndef A_UTIL_UTIL_STRINGS_STRINGS_FORMAT_HEADER_INCLUDED
16#define A_UTIL_UTIL_STRINGS_STRINGS_FORMAT_HEADER_INCLUDED
29std::string
format(
const char* str_format, ...);
39std::string
format(std::size_t initial_buffer_size,
const char* str_format, ...);
51std::string&
format(std::string& buffer, std::size_t& pos,
const char* str_format, ...);
Serves as component for string handling and conversion functionality.
Definition strings.h:20
std::string format(const char *str_format,...)
std::string toString(bool from)
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24