HepMC3 event record 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 |
Data Fields | |
T | value |
Quick proxy class needed to implement operator->
for iterators which can't return pointers.