Scarab  v2.11.1
Project 8 C++ Utility Library
is_input_iterator< T, typename > Struct Template Reference

Check if T looks like an input iterator. More...

#include <common.h>

Inheritance diagram for is_input_iterator< T, typename >:
Inheritance graph

Detailed Description

template<typename T, typename = void>
struct pybind11::detail::is_input_iterator< T, typename >

Check if T looks like an input iterator.

Definition at line 613 of file detail/common.h.


The documentation for this struct was generated from the following file: