mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 09:17:42 +00:00
The added type aliases are required by `std::iterator_traits`. Python iterators satisfy the `InputIterator` concept in C++.
The added type aliases are required by `std::iterator_traits`. Python iterators satisfy the `InputIterator` concept in C++.