std::ctype <char> :: classic_table
From cppreference.net
<
cpp
|
locale
|
ctype char
C++
Text processing library
| 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 | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
Localization library
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::ctype
| Member functions | ||||
| Member functions of ctype<char> | ||||
|
ctype<char>::classic_table
|
||||
|
헤더에 정의됨
<locale>
|
||
|
static
const
mask
*
classic_table
(
)
throw
(
)
;
|
(C++11 이전) | |
|
static
const
mask
*
classic_table
(
)
noexcept
;
|
(C++11 이후) | |
최소 "C" 로캘이 사용하는 분류와 일치하는 분류 테이블을 반환합니다.
목차 |
매개변수
(없음)
반환값
분류 테이블의 첫 번째 요소에 대한 포인터입니다 (이는 크기가
std::ctype<char>::table_size
인 배열입니다).
참고 사항
기본 생성된 std:: ctype < char > 패싯은 분류를 위해 이 테이블을 사용합니다.
예제
|
이 섹션은 불완전합니다
이유: 예제 없음 |