DUNE-FEM (2.10)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dune::ProxyArrowResult< ProxyType > Class Template Reference
Helper to mimic a pointer for proxy objects. More...
#include <dune/common/iteratorfacades.hh>
Detailed Description
template<class ProxyType>
class Dune::ProxyArrowResult< ProxyType >
class Dune::ProxyArrowResult< ProxyType >
Helper to mimic a pointer for proxy objects.
This class is intended to be used as return type for operator-> on an iterator using proxy-values. It stores the proxy value and forwards operator-> to the address of this value. In particular it can be passed to IteratorFacade when creating proxy iterators.
The documentation for this class was generated from the following file:
- dune/common/iteratorfacades.hh
