Functions | |
template<typename... Args> | |
std::string | format (const std::string &fmt, Args...args) |
Make printf-formatted std::string. More... | |
constexpr size_t | operator""_KiB (unsigned long long sz) |
template<typename... Args> | |
bool | set_this_thread_name (const std::string &name, Args &&...args) |
Set name to current thread, printf-like. More... | |
template<typename T > | |
const std::string | to_string_ss (T &obj) |
Convert to string objects with operator <<. More... | |