|
ReactivePlusPlus
ReactiveX implementation for C++20
|
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | value_type = T |
| using | pointer = T* |
Public Member Functions | |
| iterator (const repeated_container *container, size_t index) | |
| const value_type & | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| bool | operator== (const iterator &) const =default |
| bool | operator!= (const iterator &) const =default |