dune-common 2.9.0
|
Get the 'const' version of a reference to a mutable object. More...
#include <dune/common/genericiterator.hh>
Public Types | |
typedef const R | type |
Get the 'const' version of a reference to a mutable object.
Given a reference R=T& const_reference<R>::type gives you the typedef for const T&
typedef const R Dune::const_reference< R >::type |