|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | difference_type = void |
| using | value_type = T |
| using | reference = T & |
| using | pointer = T * |
Public Member Functions | |
| iterator (Generator &parent) | |
| T * | operator-> () |
| T & | operator* () |
| iterator & | operator++ () |
| void | operator++ (int) |
| bool | operator== (const iterator &b) const |