Make py::iterator compatible with std algorithms
The added type aliases are required by `std::iterator_traits`. Python iterators satisfy the `InputIterator` concept in C++.
Showing
Please
register
or
sign in
to comment
The added type aliases are required by `std::iterator_traits`. Python iterators satisfy the `InputIterator` concept in C++.