Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Types | List of all members
Teuchos::ConstTypeTraits< T > Class Template Reference

Traits class that strips 'const' off of a type. More...

#include <Teuchos_ConstTypeTraits.hpp>

Classes

struct  UnConst
 
struct  UnConst< const U >
 

Public Types

typedef UnConst< T >::Result NonConstType
 

Detailed Description

template<class T>
class Teuchos::ConstTypeTraits< T >

Traits class that strips 'const' off of a type.

See "Modern C++ Design", 2001, by Andrei Alexandrescu.

Definition at line 59 of file Teuchos_ConstTypeTraits.hpp.

Member Typedef Documentation

template<class T>
typedef UnConst<T>::Result Teuchos::ConstTypeTraits< T >::NonConstType

Definition at line 69 of file Teuchos_ConstTypeTraits.hpp.


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