| 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 char * | to_string_cs (T &obj) | 
| Convert to string objects with operator <<. | |