Agora  1.2.0
Agora project
fmt::v8::detail::counting_iterator Class Reference

#include <compile.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
 
using _Unchecked_type = counting_iterator
 

Public Member Functions

 counting_iterator ()
 
size_t count () const
 
counting_iteratoroperator++ ()
 
counting_iterator operator++ (int)
 
value_type operator* () const
 

Private Attributes

size_t count_
 

Friends

counting_iterator operator+ (counting_iterator it, difference_type n)
 

Member Typedef Documentation

◆ _Unchecked_type

◆ difference_type

◆ iterator_category

◆ pointer

◆ reference

Constructor & Destructor Documentation

◆ counting_iterator()

fmt::v8::detail::counting_iterator::counting_iterator ( )
inline

Member Function Documentation

◆ count()

size_t fmt::v8::detail::counting_iterator::count ( ) const
inline

◆ operator*()

value_type fmt::v8::detail::counting_iterator::operator* ( ) const
inline

◆ operator++() [1/2]

counting_iterator& fmt::v8::detail::counting_iterator::operator++ ( )
inline

◆ operator++() [2/2]

counting_iterator fmt::v8::detail::counting_iterator::operator++ ( int  )
inline

Friends And Related Function Documentation

◆ operator+

counting_iterator operator+ ( counting_iterator  it,
difference_type  n 
)
friend

Member Data Documentation

◆ count_

size_t fmt::v8::detail::counting_iterator::count_
private

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