std::text_encoding::aliases_view
Min standard notice:
r.front() is the primary name of the registered character encoding,
# Declarations
class text_encoding::aliases_view
: public ranges::view_interface<text_encoding::aliases_view>
(since C++26)
constexpr /*implementation-defined*/ begin() const;
(since C++26)
constexpr /*implementation-defined*/ end() const;
(since C++26)
# Example
This section is incompleteReason: no example