qxLib
Public Member Functions | List of all members
qx::string_view_view< char_t > Class Template Reference

Class that allows to iterate over a string view using a delimiter character. More...

#include <string_view_view.h>

Inheritance diagram for qx::string_view_view< char_t >:

Public Member Functions

constexpr string_view_view (basic_string_view< char_t > svFull, char_t chDelimiter, flags< delimiter_inclusion_flags > eDelimiterInclusionFlags=delimiter_inclusion_flags::none) noexcept
 string_view_view object constructor More...
 
string_view_iterator< char_t > begin () const noexcept
 Return iterator to beginning. More...
 
string_view_iterator< char_t > end () const noexcept
 Return iterator to end. More...
 

Detailed Description

template<class char_t>
class qx::string_view_view< char_t >

Class that allows to iterate over a string view using a delimiter character.

Template Parameters
char_t- char type
Author
Khrapov
Date
24.10.2023

Definition at line 26 of file string_view_view.h.

Constructor & Destructor Documentation

◆ string_view_view()

template<class char_t >
constexpr qx::string_view_view< char_t >::string_view_view ( basic_string_view< char_t >  svFull,
char_t  chDelimiter,
flags< delimiter_inclusion_flags >  eDelimiterInclusionFlags = delimiter_inclusion_flags::none 
)
constexprnoexcept

string_view_view object constructor

Parameters
svFull- string to iterate
chDelimiter- delimiter character
eDelimiterInclusionFlags- flags that determine whether to include delimiters in parts when iterating

Definition at line 14 of file string_view_view.inl.

Member Function Documentation

◆ begin()

template<class char_t >
string_view_iterator< char_t > qx::string_view_view< char_t >::begin
noexcept

Return iterator to beginning.

Return values
-iterator to beginning

Definition at line 25 of file string_view_view.inl.

◆ end()

template<class char_t >
string_view_iterator< char_t > qx::string_view_view< char_t >::end
noexcept

Return iterator to end.

Return values
-iterator to end

Definition at line 31 of file string_view_view.inl.


The documentation for this class was generated from the following files: