![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|
Quick proxy class needed to implement operator-> for iterators which can't return pointers.
More...
#include <pytypes.h>
Public Member Functions | |
| arrow_proxy (T &&value) | |
| T * | operator-> () const |
Public Attributes | |
| T | value |
Quick proxy class needed to implement operator-> for iterators which can't return pointers.
|
inline |
1.8.13