Livox SDK API  V2.2.0
fmt::v5::internal::counting_iterator< T > Class Template Reference

#include <format.h>

Public Types

typedef std::output_iterator_tag iterator_category
 
typedef T value_type
 
typedef std::ptrdiff_t difference_type
 
typedef T * pointer
 
typedef T & reference
 
typedef counting_iterator _Unchecked_type
 

Public Member Functions

 counting_iterator ()
 
std::size_t count () const
 
counting_iteratoroperator++ ()
 
counting_iterator operator++ (int)
 
T & operator* () const
 

Detailed Description

template<typename T>
class fmt::v5::internal::counting_iterator< T >

Definition at line 615 of file format.h.

Member Typedef Documentation

Definition at line 626 of file format.h.

template<typename T >
typedef std::ptrdiff_t fmt::v5::internal::counting_iterator< T >::difference_type

Definition at line 623 of file format.h.

template<typename T >
typedef std::output_iterator_tag fmt::v5::internal::counting_iterator< T >::iterator_category

Definition at line 621 of file format.h.

template<typename T >
typedef T* fmt::v5::internal::counting_iterator< T >::pointer

Definition at line 624 of file format.h.

template<typename T >
typedef T& fmt::v5::internal::counting_iterator< T >::reference

Definition at line 625 of file format.h.

template<typename T >
typedef T fmt::v5::internal::counting_iterator< T >::value_type

Definition at line 622 of file format.h.

Constructor & Destructor Documentation

template<typename T >
fmt::v5::internal::counting_iterator< T >::counting_iterator ( )
inline

Definition at line 628 of file format.h.

Member Function Documentation

template<typename T >
std::size_t fmt::v5::internal::counting_iterator< T >::count ( ) const
inline

Definition at line 630 of file format.h.

template<typename T >
T& fmt::v5::internal::counting_iterator< T >::operator* ( ) const
inline

Definition at line 643 of file format.h.

template<typename T >
counting_iterator& fmt::v5::internal::counting_iterator< T >::operator++ ( )
inline

Definition at line 632 of file format.h.

template<typename T >
counting_iterator fmt::v5::internal::counting_iterator< T >::operator++ ( int  )
inline

Definition at line 637 of file format.h.


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