std::ctype <char> :: ~ctype
| Localization library | |||||||||||||||||||||||||
| Regular expressions library (C++11) | |||||||||||||||||||||||||
| Formatting library (C++20) | |||||||||||||||||||||||||
| Null-terminated sequence utilities | |||||||||||||||||||||||||
| Byte strings | |||||||||||||||||||||||||
| Multibyte strings | |||||||||||||||||||||||||
| Wide strings | |||||||||||||||||||||||||
| Primitive numeric conversions | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
| Text encoding identifications | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Member functions of ctype<char> | ||||
|
ctype<char>::~ctype
|
||||
|
헤더 파일에 정의됨
<locale>
|
||
|
protected
:
~ctype
(
)
;
|
||
std:: ctype < char > 패싯을 파괴합니다. 이 소멸자는 보호되며 가상입니다( 기본 클래스 소멸자가 가상이기 때문입니다). std:: ctype < char > 타입의 객체는 대부분의 패싯과 마찬가지로, 이 패싯을 구현하는 마지막 std::locale 객체가 범위를 벗어나거나, 사용자 정의 클래스가 std:: ctype < char > 에서 파생되어 공개 소멸자를 구현한 경우에만 파괴될 수 있습니다.
이
std::
ctype
<
char
>
인스턴스가 생성될 때 사용자 정의 분류 테이블이 제공되었고 생성자의 두 번째 인수(부울 값
del
)가
true
인 경우, 이 소멸자는
delete
[
]
table
(
)
를 실행합니다.