dune-common  2.3.1
Public Types | List of all members
Dune::remove_const< T > Struct Template Reference

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

#include <dune/common/typetraits.hh>

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: