Namespaces
Variants
Actions
ads via Carbon Create a website that reflects your personal brand with Squarespace. Start your free trial. ads via Carbon

std::text_encoding::mib

From cppreference.com
< cpp‎ | text‎ | text encoding
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