Public Member Functions | Public Attributes | List of all members
arrow_proxy< T > Struct Template Reference

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)
 
Toperator-> () const
 

Public Attributes

T 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.

Constructor & Destructor Documentation

template<typename T >
arrow_proxy< T >::arrow_proxy ( T &&  value)
inline

Definition at line 663 of file pytypes.h.

Member Function Documentation

template<typename T >
T* arrow_proxy< T >::operator-> ( ) const
inline

Definition at line 664 of file pytypes.h.

Member Data Documentation

template<typename T >
T arrow_proxy< T >::value

Definition at line 661 of file pytypes.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:44