Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
Sacado::Promote< A, A, typename mpl::enable_if_c< !OverrideDefaultPromote< A >::value >::type > Struct Template Reference

Specialization of Promote for a single type. More...

#include <Sacado_Traits.hpp>

Public Types

typedef BaseExprType< A >::type type
 

Detailed Description

template<typename A>
struct Sacado::Promote< A, A, typename mpl::enable_if_c< !OverrideDefaultPromote< A >::value >::type >

Specialization of Promote for a single type.

Definition at line 110 of file Sacado_Traits.hpp.

Member Typedef Documentation

template<typename A >
typedef BaseExprType<A>::type Sacado::Promote< A, A, typename mpl::enable_if_c< !OverrideDefaultPromote< A >::value >::type >::type

Definition at line 112 of file Sacado_Traits.hpp.


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