2.1 KiB
2.1 KiB
[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; };
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]
Bothranges::range_value_t<text_encoding::aliases_view> andranges::range_reference_t<text_encoding::aliases_view> denote const char*.
ranges::iterator_t<text_encoding::aliases_view> is a constexpr iterator ([iterator.requirements.general]).