|
| template (typename I_, typename Val, typename I=detail::decay_t< I_ >)(AND convertible_to< I_ |
|
I AND input_iterator< I > AND semiregular< Val > AND equality_comparable_with< Val, iter_reference_t< I > > constexpr auto | operator() (I_ &&begin_, Val value) const -> delimit_view< subrange< I, unreachable_sentinel_t >, Val > |
|
| template (typename Rng, typename Val)(AND input_range< Rng > AND semiregular< Val > AND equality_comparable_with< Val |
|
range_reference_t< Rng > constexpr auto | operator() (Rng &&rng, Val value) const -> delimit_view< all_t< Rng >, Val > |
|
The documentation for this struct was generated from the following file: