dune-common 2.1.1
|
get the 'const' version of a reference to amutable object More...
#include <dune/common/genericiterator.hh>
Public Types | |
typedef const R | type |
get the 'const' version of a reference to amutable 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 |