LogIt++
|
Function for formatting strings according to a specified format. More...
#include <cstdarg>
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | logit |
The primary namespace for the LogIt++ library. | |
Macros | |
#define | _LOGIT_FORMAT_HPP_INCLUDED |
Functions | |
std::string | logit::format (const char *fmt,...) |
Formats a string according to the specified format. | |
std::string | logit::format (const std::string &fmt,...) |
Formats a string according to the specified format using std::string. | |
Function for formatting strings according to a specified format.
Definition in file format.hpp.
#define _LOGIT_FORMAT_HPP_INCLUDED |
Definition at line 3 of file format.hpp.