std::text_encoding::
mib
From cppreference.com
<
cpp
|
text
|
text encoding
C++
Compiler support
Freestanding and hosted
Language
Standard library
Standard library headers
Named requirements
Feature test macros
(C++20)
Language support library
Concepts library
(C++20)
Diagnostics library
Memory management library
Metaprogramming library
(C++11)
General utilities library
Containers library
Iterators library
Ranges library
(C++20)
Algorithms library
Strings library
Text processing library
Numerics library
Date and time library
Input/output library
Filesystem library
(C++17)
Concurrency support library
(C++11)
Execution support library
(C++26)
Technical specifications
Symbols index
External libraries
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
to_chars
(C++17)
to_chars_result
(C++17)
from_chars
(C++17)
from_chars_result
(C++17)
chars_format
(C++17)
Text encoding identifications
text_encoding
(C++26)
std::text_encoding
Member functions
Creation
text_encoding::text_encoding
text_encoding::literal
text_encoding::environment
Observers
text_encoding::mib
text_encoding::name
text_encoding::aliases
text_encoding::environment_is
Helpers
text_encoding::
comp-name
Non-member functions
operator==
(std::text_encoding)
Member types
text_encoding::id
text_encoding::aliases_view
Helper classes
hash
<std::text_encoding>
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