Searched defs:SomeView (Results 1 – 4 of 4) sorted by relevance
30 struct SomeView : std::ranges::view_base { struct32 constexpr SomeView(const std::string_view& v) : v_(&v) {} in SomeView() function40 static_assert(!std::is_invocable_v<decltype(std::views::lazy_split), SomeView, NotAView>); argument
59 using SomeView = NonCommonView; in test() typedef
56 using SomeView = SizedView; in test() typedef
74 using SomeView = SizedView; in test() typedef