<cwctype>
전통적으로 <wctype.h>는 표준 C 라이브러리 헤더에 정의 된 매크로 정의 합니다.
#if <TRADITIONAL C HEADERS>
#include <wctype.h>
namespace std {
using ::iswalnum;
using ::iswalpha;
using ::iswcntrl;
using ::iswctype;
using ::iswdigit;
using ::iswgraph;
using ::iswlower;
using ::iswprint;
using ::iswpunct;
using ::iswspace;
using ::iswupper;
using ::iswxdigit;
using ::towctrans;
using ::towlower;
using ::towupper;
using ::wctrans;
using ::wctrans_t;
using ::wctype;
using ::wctype_t;
using ::wint_t;
}
#undef iswalnum
#undef iswalpha
#undef iswcntrl
#undef iswctype
#undef iswdigit
#undef iswgraph
#undef iswlower
#undef iswprint
#undef iswpunct
#undef iswspace
#undef iswupper
#undef iswxdigit
#undef towctrans
#undef towlower
#undef towupper
#undef wctrans
#undef wctype
#endif
설명
이 헤더를 포함 하 여 또한 유지할 수 이름을 사용 하는 표준 C 라이브러리 헤더에서 외부 링크를 선언에 선언 되는 std 네임 스페이스입니다.이 구현에서 이름을 수도 있고 또한 특정 번역 환경에 따라 전역 네임 스페이스를 선언할 수 없습니다.