operator==(std::text_encoding)
Min standard notice:
Performs comparison operations on text_encoding objects.
# Declarations
friend constexpr bool operator==( const text_encoding& a,
const text_encoding& b ) noexcept;
(since C++26)
friend constexpr bool operator==( const text_encoding& a, id i ) noexcept;
(since C++26)
# Parameters
a, b: text_encoding objects to comparei: id value to compare with the MIBenum value contained in a
# Example
This section is incompleteReason: no example