Py11  v0.2
This is a minimalist Python wrapper for C++11.
py::iter Class Reference

iter for the c++11 range loop. More...

#include <py11/_iter.hpp>

Public Member Functions

 iter (const obj &o)
 create iter from obj. More...
 
iteroperator++ ()
 operator ++.
 
objoperator* ()
 operator *.
 

Detailed Description

iter for the c++11 range loop.

Definition at line 5 of file _iter.hpp.

Constructor & Destructor Documentation

py::iter::iter ( const obj o)
inline

create iter from obj.

Exceptions
type_err

Definition at line 17 of file _iter.hpp.


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