![]() |
Livox SDK API
V2.2.0
|
#include <format.h>
Public Types | |
| typedef std::ptrdiff_t | difference_type |
| typedef Char | value_type |
| typedef const Char * | pointer |
| typedef const Char & | reference |
| typedef std::random_access_iterator_tag | iterator_category |
Public Member Functions | |
| null_terminating_iterator () | |
| null_terminating_iterator (const Char *ptr, const Char *end) | |
| template<typename Range > | |
| null_terminating_iterator (const Range &r) | |
| null_terminating_iterator & | operator= (const Char *ptr) |
| Char | operator* () const |
| null_terminating_iterator | operator++ () |
| null_terminating_iterator | operator++ (int) |
| null_terminating_iterator | operator-- () |
| null_terminating_iterator | operator+ (difference_type n) |
| null_terminating_iterator | operator- (difference_type n) |
| null_terminating_iterator | operator+= (difference_type n) |
| difference_type | operator- (null_terminating_iterator other) const |
| bool | operator!= (null_terminating_iterator other) const |
| bool | operator>= (null_terminating_iterator other) const |
Friends | |
| template<typename CharT > | |
| const CharT * | pointer_from (null_terminating_iterator< CharT > it) |
| typedef std::ptrdiff_t fmt::v5::internal::null_terminating_iterator< Char >::difference_type |
| typedef std::random_access_iterator_tag fmt::v5::internal::null_terminating_iterator< Char >::iterator_category |
| typedef const Char* fmt::v5::internal::null_terminating_iterator< Char >::pointer |
| typedef const Char& fmt::v5::internal::null_terminating_iterator< Char >::reference |
| typedef Char fmt::v5::internal::null_terminating_iterator< Char >::value_type |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |