std::wstring_convert<Codecvt,Elem,Wide_alloc,Byte_alloc>:: state
From cppreference.net
<
cpp
|
locale
|
wstring convert
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::wstring_convert
| Member functions | ||||
|
wstring_convert::state
|
|
헤더에 정의됨
<locale>
|
||
|
state_type state
(
)
const
;
|
||
이
wstring_convert
객체에 저장된 변환 상태의 현재 값을 반환합니다. 변환 상태는 생성자에서 명시적으로 설정할 수 있으며 모든 변환 작업에 의해 업데이트됩니다.
반환값
예제
|
이 섹션은 불완전합니다
이유: 예제가 없음 |
참고 항목
|
와이드 문자열을 바이트 문자열로 변환
(public member function) |
|
|
바이트 문자열을 와이드 문자열로 변환
(public member function) |
|
|
std::mbstate_t
객체가 초기 시프트 상태를 나타내는지 확인
(function) |