Synopsis of methods | |
constexpr delimit_fn | delimit {} |
Public Member Functions | |
template<typename Val > | |
constexpr auto | operator() (Val value) const |
![]() | |
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 > |
template<typename Rng , typename Val > | |
constexpr auto | operator() (Rng &&rng, Val value) const -> delimit_view< all_t< Rng >, Val > |