|
template<typename I_ , typename Val , typename I = detail::decay_t<I_>> |
constexpr auto | operator() (I_ &&begin_, Val value) const -> delimit_view< subrange< I, unreachable_sentinel_t >, Val > requires(!range< I_ > &&convertible_to< I_, I > &&input_iterator< I > &&semiregular< Val > &&equality_comparable_with< Val, iter_reference_t< I >>) |
|
constexpr auto | operator() (Rng &&rng, Rest &&... rest) const -> invoke_result_t< delimit_impl_fn const &, Rng, Rest... > requires viewable_range< Rng > &&invocable< delimit_impl_fn const &, Rng, Rest... > |
|
constexpr auto | operator() (Ts &&... ts) return make_view(view_access |
|
constexpr | view (delimit_impl_fn a) noexcept(std::is_nothrow_move_constructible< delimit_impl_fn >::value) |
|