🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::strings_internal::Splitter< Delimiter, Predicate, StringType >::Iterator类 参考

#include <StringSplitter.hpp>

Public 类型

using value_type = StringType
 
using difference_type = std::ptrdiff_t
 
using pointer = const StringType*
 
using reference = const StringType&
 
using iterator_category = std::forward_iterator_tag
 

Public 成员函数

 Iterator (const Splitter *splitter, std::nullptr_t)
 
 Iterator (const Splitter *splitter)
 
reference operator* () const
 
pointer operator-> () const
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
bool operator== (const Iterator &other) const
 
bool operator!= (const Iterator &other) const
 
bool at_end () const
 

详细描述

template<typename Delimiter, typename Predicate, typename StringType = StringView>
class ast::strings_internal::Splitter< Delimiter, Predicate, StringType >::Iterator

字符串分割迭代器


该类的文档由以下文件生成: