Searched refs:ForwardDiffView (Results 1 – 3 of 3) sorted by relevance
57 struct ForwardDiffView : std::ranges::view_base { struct59 constexpr explicit ForwardDiffView() = default; argument60 constexpr ForwardDiffView(const char* ptr) : ForwardDiffView(std::string_view(ptr)) {} in ForwardDiffView() argument61 constexpr ForwardDiffView(std::string_view v) { in ForwardDiffView() function65 constexpr ForwardDiffView(ForwardDiffView&&) = default;66 constexpr ForwardDiffView& operator=(ForwardDiffView&&) = default; argument67 constexpr ForwardDiffView(const ForwardDiffView&) = default;68 constexpr ForwardDiffView& operator=(const ForwardDiffView&) = default; argument77 …assert(!std::same_as<std::ranges::iterator_t<ForwardDiffView>, std::ranges::iterator_t<const Forwa… argument203 using SplitViewDiff = std::ranges::lazy_split_view<ForwardDiffView, ForwardDiffView>;
57 using V = ForwardDiffView; in test()
85 using P = ForwardDiffView; in test()