|
Libsaki
Core library of Pancake Mahjong
|
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | difference_type = int |
| using | value_type = const TileCount & |
| using | pointer = const TileCount * |
| using | reference = const TileCount & |
Public Member Functions | |
| Iter (int sum, T34 min, T34 max) | |
| const TileCount & | operator* () noexcept |
| Iter & | operator++ () noexcept |
| bool | operator== (End that) const noexcept |
| bool | operator!= (End that) const noexcept |
1.8.13