SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
String.h File Reference
#include <string>
#include <sstream>
+ Include dependency graph for String.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SWC
 The SWC-DB C++ namespace 'SWC'.
 

Functions

std::string SWC::format (const char *fmt,...) __attribute__((format(printf
 
template<typename SequenceT >
std::string SWC_PRAGMA_DIAGNOSTIC_PUSH SWC_PRAGMA_DIAGNOSTIC_IGNORED("-Wformat-nonliteral") std SWC_PRAGMA_DIAGNOSTIC_POP std::string SWC::format_list (const SequenceT &seq, const char *sep=", ")