Files
cppdraft_translate/cppdraft/text/encoding/aliases.md
2025-10-25 03:02:53 +03:00

2.1 KiB
Raw Blame History

[text.encoding.aliases]

28 Text processing library [text]

28.4 Text encodings identification [text.encoding]

28.4.2 Class text_encoding [text.encoding.class]

28.4.2.5 Class text_encoding::aliases_view [text.encoding.aliases]

🔗

struct text_encoding::aliases_view : ranges::view_interface<text_encoding::aliases_view> { constexpr implementation-defined begin() const; constexpr implementation-defined end() const; };

1

#

text_encoding::aliases_view modelscopyable,ranges::view,ranges::random_access_range, andranges::borrowed_range.

[Note 1:

text_encoding::aliases_view is not required to satisfyranges::common_range, nor default_initializable.

— end note]

2

#

Bothranges::range_value_t<text_encoding::aliases_view> andranges::range_reference_t<text_encoding::aliases_view> denote const char*.

3

#

ranges::iterator_t<text_encoding::aliases_view> is a constexpr iterator ([iterator.requirements.general]).