|
HDK
|
#include <format.h>
Classes | |
| struct | value_type |
Public Types | |
| using | iterator_category = std::output_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | pointer = void |
| using | reference = void |
Public Member Functions | |
| FMT_UNCHECKED_ITERATOR (counting_iterator) | |
| FMT_CONSTEXPR | counting_iterator () |
| FMT_CONSTEXPR size_t | count () const |
| FMT_CONSTEXPR counting_iterator & | operator++ () |
| FMT_CONSTEXPR counting_iterator | operator++ (int) |
| FMT_CONSTEXPR value_type | operator* () const |
Friends | |
| FMT_CONSTEXPR friend counting_iterator | operator+ (counting_iterator it, difference_type n) |
| using counting_iterator::difference_type = std::ptrdiff_t |
| using counting_iterator::iterator_category = std::output_iterator_tag |
| using counting_iterator::pointer = void |
| using counting_iterator::reference = void |
|
inline |
|
inline |
| counting_iterator::FMT_UNCHECKED_ITERATOR | ( | counting_iterator | ) |
|
inline |
|
inline |
|
inline |
|
friend |