Quick proxy class needed to implement operator-> for iterators which can't return pointers.
More...
#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/pytypes.h>
Public Member Functions | |
| arrow_proxy (T &&value) noexcept | |
| T * | operator-> () const |
| arrow_proxy (T &&value) noexcept | |
| T * | operator-> () const |
Public Attributes | |
| T | value |
Quick proxy class needed to implement operator-> for iterators which can't return pointers.
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
Definition at line 892 of file pytypes.h.
References arrow_proxy< T >::value.
|
inline |
Definition at line 1157 of file pytypes.h.
References arrow_proxy< T >::value.
| T arrow_proxy< T >::value |
Definition at line 888 of file pytypes.h.
Referenced by arrow_proxy< T >::operator->().