TrinityCore
Loading...
Searching...
No Matches
CStringBoundedSentinel< Iterator > Struct Template Reference

#include <Util.h>

Public Member Functions

constexpr bool operator== (Iterator itr) const
 

Public Attributes

Iterator End
 

Detailed Description

template<typename Iterator>
struct CStringBoundedSentinel< Iterator >

End sentinel for std::ranges algorithms to use a char const* as begin iterator where end bound is known (for example std::array storage)

Definition at line 376 of file Util.h.

Member Function Documentation

◆ operator==()

template<typename Iterator >
constexpr bool CStringBoundedSentinel< Iterator >::operator== ( Iterator  itr) const
inlineconstexpr

Definition at line 398 of file Util.h.

Member Data Documentation

◆ End

template<typename Iterator >
Iterator CStringBoundedSentinel< Iterator >::End

Definition at line 378 of file Util.h.


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