BPPrint
General object hashing library for C++
|
Go to the source code of this file.
Functions | |
template<typename... Targs> | |
void | test_string (const std::string &fmt, Targs...args) |
template<typename... Targs> | |
void | test_format (const std::string &fmt, Targs &&...args) |
int | main (void) |
int main | ( | void | ) |
void test_format | ( | const std::string & | fmt, |
Targs &&... | args | ||
) |
Definition at line 27 of file test_bpprint.cpp.
void test_string | ( | const std::string & | fmt, |
Targs... | args | ||
) |
Definition at line 11 of file test_bpprint.cpp.