macro
<cstdlib>

MB_CUR_MAX

Maximum size of multibyte characters
This macro expands to a positive integer expression of type size_t, the value of which is the maximum number of bytes in a multibyte character with the current locale (category LC_CTYPE).

Its value is never greater than MB_LEN_MAX (see <climits>).