std::text_encoding::mib
From cppreference.com
< cpp | locale | 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 |