std::strxfrm
From cppreference.com
Defined in header <cstring>
|
||
std::size_t strxfrm( char* dest, const char* src, std::size_t count ); |
||
Transforms the null-terminated byte string pointed to by src into the implementation-defined form such that comparing two transformed strings with std::strcmp gives the same result as comparing the original strings with