HepMC3 event record library
Public Member Functions | Data Fields
arrow_proxy< T > Struct Template Reference

Quick proxy class needed to implement operator-> for iterators which can't return pointers. More...

#include <pytypes.h>

+ Collaboration diagram for arrow_proxy< T >:

Public Member Functions

 arrow_proxy (T &&value)
 
T * operator-> () const
 

Data Fields

value
 

Detailed Description

template<typename T>
struct arrow_proxy< T >

Quick proxy class needed to implement operator-> for iterators which can't return pointers.

Definition at line 660 of file pytypes.h.


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