Libsaki
Core library of Pancake Mahjong
Public Types | Public Member Functions | List of all members
saki::IntIter< T > Class Template Reference

Public Types

using iterator_category = std::input_iterator_tag
 
using difference_type = int
 
using value_type = T
 
using pointer = T *
 
using reference = T &
 

Public Member Functions

constexpr IntIter (int c)
 
operator* ()
 
IntIteroperator++ () noexcept
 
bool operator== (IntIter that) const noexcept
 
bool operator!= (IntIter that) const noexcept
 

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