μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
iterator_state< Access, Policy, Iterator, Sentinel, ValueType, Extra > Struct Template Reference

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/pybind11.h>

Collaboration diagram for iterator_state< Access, Policy, Iterator, Sentinel, ValueType, Extra >:
[legend]

Public Attributes

Iterator it
 
Sentinel end
 
bool first_or_done
 

Detailed Description

template<typename Access, return_value_policy Policy, typename Iterator, typename Sentinel, typename ValueType, typename... Extra>
struct iterator_state< Access, Policy, Iterator, Sentinel, ValueType, Extra >

Definition at line 2298 of file pybind11.h.

Member Data Documentation

◆ end

template<typename Access , return_value_policy Policy, typename Iterator , typename Sentinel , typename ValueType , typename... Extra>
Sentinel iterator_state< Access, Policy, Iterator, Sentinel, ValueType, Extra >::end

Definition at line 2300 of file pybind11.h.

◆ first_or_done

template<typename Access , return_value_policy Policy, typename Iterator , typename Sentinel , typename ValueType , typename... Extra>
bool iterator_state< Access, Policy, Iterator, Sentinel, ValueType, Extra >::first_or_done

Definition at line 2301 of file pybind11.h.

◆ it

template<typename Access , return_value_policy Policy, typename Iterator , typename Sentinel , typename ValueType , typename... Extra>
Iterator iterator_state< Access, Policy, Iterator, Sentinel, ValueType, Extra >::it

Definition at line 2299 of file pybind11.h.


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