#include <pybind11.h>
Public Types | |
| using | result_type = decltype(*std::declval< Iterator & >()) |
Public Member Functions | |
| result_type | operator() (Iterator &it) const |
Definition at line 2375 of file pybind11.h.
| using iterator_access< Iterator, SFINAE >::result_type = decltype(*std::declval<Iterator &>()) |
Definition at line 2376 of file pybind11.h.
|
inline |
Definition at line 2378 of file pybind11.h.