Scarab  v2.11.1
Project 8 C++ Utility Library
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)
 
T * operator-> () const
 

Public Attributes

value
 

Detailed Description

template<typename T>
struct pybind11::detail::iterator_policies::arrow_proxy< T >

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

Definition at line 644 of file pytypes.h.

Constructor & Destructor Documentation

◆ arrow_proxy()

arrow_proxy ( T &&  value)
inline

Definition at line 647 of file pytypes.h.

Member Function Documentation

◆ operator->()

T* operator-> ( ) const
inline

Definition at line 648 of file pytypes.h.

Member Data Documentation

◆ value

T value

Definition at line 645 of file pytypes.h.


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