Design Pattern Examples
Overview of object-oriented design patterns
lusplus/helpers/formatstring.h
Go to the documentation of this file.
1
6
7
#pragma once
8
#ifndef __FORMATSTRING_H__
9
#define __FORMATSTRING_H__
10
11
#include <string>
12
13
namespace
Helpers
14
{
15
26
std::string
formatstring
(
const
char
* fmt, ...);
27
28
}
// end namespace
29
30
31
#endif
// __FORMATSTRING_H__
32
Helpers
The namespace containing all the "helper" functions in the C++ code.
Definition:
argumentinvalid_error.h:14
Helpers::formatstring
std::string formatstring(const char *fmt,...)
Use the given string and arguments to return a buffer containing the formatted string....
Definition:
formatstring.cpp:17
cplusplus
helpers
formatstring.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6