|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Traits class that strips 'const' off of a type. More...
#include <Teuchos_ConstTypeTraits.hpp>
Classes | |
| struct | UnConst |
| More... | |
| struct | UnConst< const U > |
| More... | |
Public Types | |
| typedef UnConst< T >::Result | NonConstType |
| | |
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.
| typedef UnConst<T>::Result Teuchos::ConstTypeTraits< T >::NonConstType |
Definition at line 69 of file Teuchos_ConstTypeTraits.hpp.
1.7.6.1