BPPrint
General object hashing library for C++
|
Namespaces | |
detail | |
Functions | |
template<typename... Targs> | |
void | format_stream (std::ostream &os, const std::string &fmt, Targs...args) |
template<typename... Targs> | |
std::string | format_string (const std::string &str, Targs...args) |
void bpprint::format_stream | ( | std::ostream & | os, |
const std::string & | fmt, | ||
Targs... | args | ||
) |
Definition at line 124 of file Format.hpp.
std::string bpprint::format_string | ( | const std::string & | str, |
Targs... | args | ||
) |
Definition at line 145 of file Format.hpp.