|
dune-common 2.10
|
get the 'mutable' version of a reference to a const object More...
#include <dune/common/genericiterator.hh>

Public Types | |
| typedef R | type |
get the 'mutable' version of a reference to a const object
given a const reference R=const T& mutable_reference<R>::type gives you the typedef for T&
| typedef R Dune::mutable_reference< R >::type |