Functions | |
bool | set_thread_name (std::thread &thd, const char *name,...) |
Set std::thread name with printf-like mode. | |
template<typename Thread > | |
bool | set_thread_name (Thread &thd, std::string &name) |
Set thread name (std::string variation) | |
template<typename T > | |
const std::string | to_string_ss (T &obj) |
Convert to string objects with operator <<. |