|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_ConfigDefs.hpp"
Go to the source code of this file.
Classes | |
| class | Teuchos::PromotionTraits< A, B > |
| class | Teuchos::PromotionTraits< T, T > |
Namespaces | |
| namespace | Teuchos |
Defines | |
| #define | PT_SPEC(type1, type2, type3) |
| #define PT_SPEC | ( | type1, | |
| type2, | |||
| type3 | |||
| ) |
template <> class PromotionTraits< type1 , type2 > { \ public: \ typedef type3 promote; \ }; \ template <> class PromotionTraits< type2 , type1 > { \ public: \ typedef type3 promote; \ };
Definition at line 61 of file Teuchos_PromotionTraits.hpp.
1.7.6.1