ArcdpsExtension
 
Loading...
Searching...
No Matches
rapidfuzz::SplittedSentenceView< InputIt > Class Template Reference

#include <rapidfuzz_amalgamated.hpp>

Public Types

using CharT = iterator_type< InputIt >
 

Public Member Functions

 SplittedSentenceView (IteratorViewVec< InputIt > sentence)
 
int64_t dedupe ()
 
int64_t size () const
 
int64_t length () const
 
bool empty () const
 
int64_t word_count () const
 
std::basic_string< CharTjoin () const
 
const IteratorViewVec< InputIt > & words () const
 

Member Typedef Documentation

◆ CharT

template<typename InputIt >
using rapidfuzz::SplittedSentenceView< InputIt >::CharT = iterator_type<InputIt>

Constructor & Destructor Documentation

◆ SplittedSentenceView()

template<typename InputIt >
rapidfuzz::SplittedSentenceView< InputIt >::SplittedSentenceView ( IteratorViewVec< InputIt >  sentence)
inline

Member Function Documentation

◆ dedupe()

template<typename InputIt >
int64_t rapidfuzz::SplittedSentenceView< InputIt >::dedupe ( )

◆ empty()

template<typename InputIt >
bool rapidfuzz::SplittedSentenceView< InputIt >::empty ( ) const
inline

◆ join()

template<typename InputIt >
auto rapidfuzz::SplittedSentenceView< InputIt >::join ( ) const

◆ length()

template<typename InputIt >
int64_t rapidfuzz::SplittedSentenceView< InputIt >::length ( ) const
inline

◆ size()

template<typename InputIt >
int64_t rapidfuzz::SplittedSentenceView< InputIt >::size ( ) const

◆ word_count()

template<typename InputIt >
int64_t rapidfuzz::SplittedSentenceView< InputIt >::word_count ( ) const
inline

◆ words()

template<typename InputIt >
const IteratorViewVec< InputIt > & rapidfuzz::SplittedSentenceView< InputIt >::words ( ) const
inline

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