Botan 3.6.1
Crypto and TLS for C&
|
Functions | |
void | do_fmt (std::ostringstream &oss, std::string_view format) |
template<typename T , typename... Ts> | |
void | do_fmt (std::ostringstream &oss, std::string_view format, const T &val, const Ts &... rest) |
|
inline |
Definition at line 20 of file fmt.h.
Referenced by do_fmt(), and Botan::fmt().
void Botan::fmt_detail::do_fmt | ( | std::ostringstream & | oss, |
std::string_view | format, | ||
const T & | val, | ||
const Ts &... | rest ) |
Definition at line 25 of file fmt.h.
References do_fmt().