Teuchos - Trilinos Tools Package
Version of the Day
|
Traits class that strips 'const' off of a type. More...
#include <Teuchos_ConstTypeTraits.hpp>
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.