std::text_encoding::name

Returns the primary name of *this. Equivalent to returnname_;.

# Declarations

constexpr const char* name() const noexcept;

(since C++26)

# Return value

Primary name name_ that is represented by a null-terminated byte string.

# Example

This section is incompleteReason: no example