dune-common
2.3.1
|
Removes a const qualifier while preserving others. More...
#include <dune/common/typetraits.hh>
Public Types | |
typedef RemoveConstHelper< T, IsVolatile< T >::value >::Type | type |
Removes a const qualifier while preserving others.
typedef RemoveConstHelper<T, IsVolatile<T>::value>::Type Dune::remove_const< T >::type |