dune-common 2.1.1
Public Types
Dune::remove_const< T > Struct Template Reference

Removes a const qualifier while preserving others. More...

#include <dune/common/typetraits.hh>

List of all members.

Public Types

typedef RemoveConstHelper< T,
IsVolatile< T >::value >::Type 
type

Detailed Description

template<typename T>
struct Dune::remove_const< T >

Removes a const qualifier while preserving others.


Member Typedef Documentation

template<typename T>
typedef RemoveConstHelper<T, IsVolatile<T>::value>::Type Dune::remove_const< T >::type

The documentation for this struct was generated from the following file: