std::text_encoding::name
Min standard notice:
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