private-include/detail/util/string_util.hpp
Go to the documentation of this file.
1#ifndef ECL_STRING_UTIL
2#define ECL_STRING_UTIL
3
4
5#include <string>
6namespace ecl {
7 namespace util {
8 std::string string_format(const char * fmt, ...);
9 }
10}
11
12
13#endif
int cJSON_bool fmt
Definition: cJSON.h:158
const char *const string
Definition: cJSON.h:170
std::string string_format(const char *fmt,...)
Definition: ecl_box.hpp:26