MB_CUR_MAX | macro |
<cstdlib> |
Maximum size of multibyte characters
This macro expands to a positive integer expression, the value of which is the maximim number of bytes in a multibyte character with the current locale.
Its value is never greater than MB_LEN_MAX.