#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__ranges/views/split_view.hpp>
template<typename V, typename Pattern>
class vccc::ranges::split_view< V, Pattern >
- See also
- std::ranges::split_view
|
| | split_view ()=default |
| |
| constexpr | split_view (V base, Pattern pattern) |
| |
| template<typename R , std::enable_if_t< check_range< R >::value, int > = 0> |
| constexpr | split_view (R &&r, range_value_t< R > e) |
| |
| template<typename V2 = V, std::enable_if_t< copy_constructible< V2 >::value, int > = 0> |
| constexpr V | base () const & |
| |
| constexpr V | base () && |
| |
| constexpr iterator | begin () |
| |
| template<typename V2 = V, std::enable_if_t< common_range< V2 >::value, int > = 0> |
| constexpr iterator | end () |
| |
| template<typename V2 = V, std::enable_if_t< common_range< V2 >::value==false, int > = 0> |
| constexpr sentinel | end () |
| |
| constexpr subrange< iterator_t< V > > | find_next (iterator_t< V > it) |
| |
| constexpr bool | empty () |
| |
| constexpr bool | empty () |
| |
| constexpr bool | empty () const |
| |
| constexpr bool | empty () const |
| |
| constexpr auto | cbegin () |
| |
| constexpr auto | cbegin () const |
| |
| constexpr auto | cend () |
| |
| constexpr auto | cend () const |
| |
| constexpr | operator bool () |
| |
| constexpr | operator bool () const |
| |
| constexpr auto | data () |
| |
| constexpr auto | data () const |
| |
| constexpr auto | size () |
| |
| constexpr auto | size () const |
| |
| constexpr decltype(auto) | front () |
| |
| constexpr decltype(auto) | front () const |
| |
| constexpr decltype(auto) | back () |
| |
| constexpr decltype(auto) | back () const |
| |
| constexpr decltype(auto) | operator[] (range_difference_t< R > n) |
| |
| constexpr decltype(auto) | operator[] (range_difference_t< R > n) const |
| |
◆ split_view() [1/3]
◆ split_view() [2/3]
◆ split_view() [3/3]
◆ base() [1/2]
◆ base() [2/2]
| constexpr V base |
( |
| ) |
const & |
|
inlineconstexpr |
◆ begin()
◆ end() [1/2]
◆ end() [2/2]
◆ find_next()
◆ iterator
◆ sentinel
The documentation for this class was generated from the following file: