Searched refs:__view (Results 1 – 3 of 3) sorted by relevance
54 friend constexpr decltype(auto) operator|(_View&& __view, _Closure&& __closure)56 { return std::invoke(std::forward<_Closure>(__closure), std::forward<_View>(__view)); }
54 constexpr explicit reverse_view(_View __view) : __base_(std::move(__view)) {} in reverse_view() argument
770 __unicode::__extended_grapheme_cluster_view<_CharT> __view{__first, __last}; in __estimate_column_width_grapheme_clustering()774 …typename __unicode::__extended_grapheme_cluster_view<_CharT>::__cluster __cluster = __view.__consu… in __estimate_column_width_grapheme_clustering()