Namespaces
Variants
Actions

std::text_encoding::mib

From cppreference.com
< cpp‎ | text‎ | text encoding
constexpr id mib()constnoexcept;
(since C++26)

Returns the MIBenum value of *this. Equivalent to return mib_;.

[edit]Parameters

(none)

[edit]Return value

MIBenum value mib_

[edit]Example

close