Searched defs:SomeView (Results 1 – 5 of 5) sorted by relevance
24 struct SomeView : std::ranges::view_base { struct26 constexpr SomeView(const std::string_view& v) : v_(&v) {} in SomeView() argument34 static_assert(!std::is_invocable_v<decltype(std::views::split), SomeView, NotAView>); argument
25 struct SomeView : std::ranges::view_base { struct27 constexpr SomeView(const std::string_view& v) : v_(&v) {} in SomeView() argument35 static_assert(!std::is_invocable_v<decltype(std::views::lazy_split), SomeView, NotAView>); argument
54 using SomeView = NonCommonView; in test() typedef
52 using SomeView = SizedView; in test() typedef
70 using SomeView = SizedView; in test() typedef