std::text_encoding::mib
From cppreference.com
 
 
 < cpp | text | text encoding 
 
 
 C++ 
 Feature test macros (C++20)
 Concepts library (C++20)
 Metaprogramming library (C++11)
 Ranges library (C++20)
 Filesystem library (C++17)
 Concurrency support library (C++11)
 Execution control library (C++26)
Text processing library 
 
 
 
 
 
 
 
 
 Regular expressions library (C++11)
 Formatting library (C++20)
(C++17)
(C++17)
(C++17)
(C++17)
(C++17)
(C++26)
std::text_encoding 
 
text_encoding::mib
constexpr id mib() const noexcept;
 
 (since C++26) 
Returns the MIBenum value of *this. Equivalent to return mib_ ;.
[edit] Parameters
(none)
[edit] Return value
MIBenum value mib_ 
[edit] Example
 This section is incomplete
Reason: no example
Reason: no example