std::text_encoding:: mib
From cppreference.net
<
cpp
|
text
|
text encoding
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 | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
std::text_encoding
| Member functions | ||||
| Creation | ||||
| Observers | ||||
|
text_encoding::mib
|
||||
| Helpers | ||||
| Non-member functions | ||||
| Member types | ||||
| Helper classes | ||||
|
constexpr
id mib
(
)
const
noexcept
;
|
(C++26부터) | |
*
this
의 MIBenum 값을 반환합니다.
return
mib_
;
와 동일합니다.
매개변수
(없음)
반환값
MIBenum 값
mib_
예제
|
이 섹션은 불완전합니다
이유: 예제가 없음 |