Searched refs:ForwardDiffView (Results 1 – 3 of 3) sorted by relevance
58 struct ForwardDiffView : std::ranges::view_base { struct60 constexpr explicit ForwardDiffView() = default; argument61 constexpr ForwardDiffView(const char* ptr) : ForwardDiffView(std::string_view(ptr)) {} in ForwardDiffView() argument62 constexpr ForwardDiffView(std::string_view v) { in ForwardDiffView() function66 constexpr ForwardDiffView(ForwardDiffView&&) = default;67 constexpr ForwardDiffView& operator=(ForwardDiffView&&) = default; argument68 constexpr ForwardDiffView(const ForwardDiffView&) = default;69 constexpr ForwardDiffView& operator=(const ForwardDiffView&) = default; argument78 …assert(!std::same_as<std::ranges::iterator_t<ForwardDiffView>, std::ranges::iterator_t<const Forwa… argument204 using SplitViewDiff = std::ranges::lazy_split_view<ForwardDiffView, ForwardDiffView>;
57 using V = ForwardDiffView; in test()
85 using P = ForwardDiffView; in test()