|
E-MailRelay
|
A standard forward iterator for G::StringFieldT: More...
#include <gstringfield.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = T |
| using | difference_type = int |
| using | pointer = T * |
| using | reference = T & |
Public Member Functions | |
| StringFieldIteratorT (StringFieldT< T > &) noexcept | |
| StringFieldIteratorT (std::nullptr_t) noexcept | |
| StringFieldIteratorT & | operator++ () noexcept |
| T | operator* () const noexcept(StringFieldT< T >::deref_operator_noexcept) |
| bool | operator== (StringFieldIteratorT other) const noexcept |
| bool | operator!= (StringFieldIteratorT other) const noexcept |
A standard forward iterator for G::StringFieldT:
Definition at line 128 of file gstringfield.h.
| using G::StringFieldIteratorT< T >::difference_type = int |
Definition at line 133 of file gstringfield.h.
| using G::StringFieldIteratorT< T >::iterator_category = std::forward_iterator_tag |
Definition at line 131 of file gstringfield.h.
| using G::StringFieldIteratorT< T >::pointer = T* |
Definition at line 134 of file gstringfield.h.
| using G::StringFieldIteratorT< T >::reference = T& |
Definition at line 135 of file gstringfield.h.
| using G::StringFieldIteratorT< T >::value_type = T |
Definition at line 132 of file gstringfield.h.
|
explicitnoexcept |
Definition at line 254 of file gstringfield.h.
|
explicitnoexcept |
Definition at line 260 of file gstringfield.h.
|
noexcept |
Definition at line 285 of file gstringfield.h.
|
noexcept |
Definition at line 273 of file gstringfield.h.
|
noexcept |
Definition at line 266 of file gstringfield.h.
|
noexcept |
Definition at line 279 of file gstringfield.h.