cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Attributes | List of all members
iterator_state< Iterator, Sentinel, KeyIterator, Policy > Struct Template Reference

#include <pybind11.h>

Public Attributes

Iterator it
 
Sentinel end
 
bool first_or_done
 

Detailed Description

template<typename Iterator, typename Sentinel, bool KeyIterator, return_value_policy Policy>
struct iterator_state< Iterator, Sentinel, KeyIterator, Policy >

Definition at line 1880 of file pybind11.h.

Member Data Documentation

◆ end

template<typename Iterator , typename Sentinel , bool KeyIterator, return_value_policy Policy>
Sentinel iterator_state< Iterator, Sentinel, KeyIterator, Policy >::end

Definition at line 1882 of file pybind11.h.

◆ first_or_done

template<typename Iterator , typename Sentinel , bool KeyIterator, return_value_policy Policy>
bool iterator_state< Iterator, Sentinel, KeyIterator, Policy >::first_or_done

Definition at line 1883 of file pybind11.h.

◆ it

template<typename Iterator , typename Sentinel , bool KeyIterator, return_value_policy Policy>
Iterator iterator_state< Iterator, Sentinel, KeyIterator, Policy >::it

Definition at line 1881 of file pybind11.h.


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