cppyabm  1.0.17
An agent-based library to integrate C++ and Python
is_input_iterator< T, void_t< decltype(*std::declval< T & >()), decltype(++std::declval< T & >())> > Struct Template Reference

#include <common.h>

Inheritance diagram for is_input_iterator< T, void_t< decltype(*std::declval< T & >()), decltype(++std::declval< T & >())> >:

Detailed Description

template<typename T>
struct is_input_iterator< T, void_t< decltype(*std::declval< T & >()), decltype(++std::declval< T & >())> >

Definition at line 679 of file common.h.


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