WPILibC++ 2023.4.3-108-ge5452e3
|
#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/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 |