| 
    qxLib
    
   | 
 
Go to the source code of this file.
Classes | |
| struct | std::hash< qx::basic_string< char_t, traits_t > > | 
| struct | std::formatter< qx::basic_string< char_t, traits_t >, char_t > | 
Functions | |
| template<class T , class char_t = char_type, class traits_t = string_traits::traits<char_t>> | |
| basic_string< char_t, traits_t > | qx::convert_to_string (const T &value) | 
| Converts any type that has a std::formatter overload to qx::basic_string.  More... | |
| basic_string< char_t, traits_t > qx::convert_to_string | ( | const T & | value | ) | 
Converts any type that has a std::formatter overload to qx::basic_string.
| T | - object type | 
| char_t | - char type (char, wchar_t, etc) | 
| traits_t | - char traits. | 
| value | - object to convert | 
| - | qx::basic_string | 
Definition at line 2502 of file string.inl.