Home
last modified time | relevance | path

Searched refs:ForwardDiffView (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dtypes.h57 struct ForwardDiffView : std::ranges::view_base { struct
59 constexpr explicit ForwardDiffView() = default; argument
60 constexpr ForwardDiffView(const char* ptr) : ForwardDiffView(std::string_view(ptr)) {} in ForwardDiffView() argument
61 constexpr ForwardDiffView(std::string_view v) { in ForwardDiffView() function
65 constexpr ForwardDiffView(ForwardDiffView&&) = default;
66 constexpr ForwardDiffView& operator=(ForwardDiffView&&) = default; argument
67 constexpr ForwardDiffView(const ForwardDiffView&) = default;
68 constexpr ForwardDiffView& operator=(const ForwardDiffView&) = default; argument
77 …assert(!std::same_as<std::ranges::iterator_t<ForwardDiffView>, std::ranges::iterator_t<const Forwa… argument
203 using SplitViewDiff = std::ranges::lazy_split_view<ForwardDiffView, ForwardDiffView>;
H A Dbegin.pass.cpp57 using V = ForwardDiffView; in test()
H A Dend.pass.cpp85 using P = ForwardDiffView; in test()