|
Libsaki
Core library of Pancake Mahjong
|
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) |
| T | operator* () |
| IntIter & | operator++ () noexcept |
| bool | operator== (IntIter that) const noexcept |
| bool | operator!= (IntIter that) const noexcept |
1.8.13