Michele De Stefano's C++ Utilities
|
Default Reference type for the PySequenceIterator class. More...
#include <mds_utils/python/sequence_iterator.hpp>
Public Member Functions | |
ProxyPySeqElement (const PySequenceIterator< T > &it) | |
Constructor. More... | |
ProxyPySeqElement & | operator= (const T &val) |
Assignment. | |
operator T () const | |
Automatic type conversion. | |
Default Reference type for the PySequenceIterator class.
T | It's the value type of PySequenceIterator. |
Definition at line 119 of file sequence_iterator.hpp.
|
inline |
Constructor.
it | An instance of PySequenceIterator. |
Definition at line 133 of file sequence_iterator.hpp.