sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::detail::operator_arrow_dispatcher< Reference, Pointer >::proxy Struct Reference

#include <iterator.hpp>

Public Member Functions

 proxy (const Reference &x)
 
 proxy (Reference &&x)
 
Reference * operator-> ()
 

Detailed Description

template<class Reference, class Pointer>
struct sparrow::detail::operator_arrow_dispatcher< Reference, Pointer >::proxy

Definition at line 39 of file iterator.hpp.

Constructor & Destructor Documentation

◆ proxy() [1/2]

template<class Reference, class Pointer>
sparrow::detail::operator_arrow_dispatcher< Reference, Pointer >::proxy::proxy ( const Reference & x)
inlineexplicit

Definition at line 41 of file iterator.hpp.

◆ proxy() [2/2]

template<class Reference, class Pointer>
sparrow::detail::operator_arrow_dispatcher< Reference, Pointer >::proxy::proxy ( Reference && x)
inlineexplicit

Definition at line 46 of file iterator.hpp.

Member Function Documentation

◆ operator->()

template<class Reference, class Pointer>
Reference * sparrow::detail::operator_arrow_dispatcher< Reference, Pointer >::proxy::operator-> ( )
inline

Definition at line 51 of file iterator.hpp.


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