std::text_encoding:: mib
From cppreference.com
<
cpp
|
locale
|
text encoding
C++
Localization library
| Character conversions | ||||
| String and stream conversions | ||||
|
(
C++11/17/26*
)
|
||||
|
(
C++11/17/26*
)
|
| Text encoding identifications | |||||
|
|||||
| Unicode conversion facets | |||||
|
(
C++11/17/26*
)
|
|||||
|
(
C++11/17/26*
)
|
|||||
|
(
C++11/17/26*
)
|
|||||
|
(
C++11/17/26*
)
|
|||||
std::text_encoding
| Member functions | ||||
| Creation | ||||
| Observers | ||||
|
text_encoding::mib
|
||||
| Helpers | ||||
| Non-member functions | ||||
| Member types | ||||
| Helper classes | ||||
|
constexpr
id mib
(
)
const
noexcept
;
|
(since C++26) | |
Returns the MIBenum value of
*
this
. Equivalent to
return
mib_
;
.
Parameters
(none)
Return value
MIBenum value
mib_
Example
|
This section is incomplete
Reason: no example |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/locale/text_encoding/mib&oldid=173890
"