<cuchar>
Includes the C standard library header <uchar.h> and adds the associated names to the std
namespace.
Requirements
Header: <cuchar>
Namespace: std
Remarks
This header adds the C standard library types mbstate_t
and size_t
, and the functions c16rtomb, c32rtomb, mbrtoc16, and mbrtoc32 to the std
namespace.
See also
Header files reference
C++ standard library overview
Thread safety in the C++ standard library