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