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