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, B, typename mpl::enable_if_c< std::is_convertible< A, B >::value &&!std::is_convertible< B, A >::value &&!OverrideDefaultPromote< A >::value &&!OverrideDefaultPromote< B >::value >::type > Struct Template Reference

Specialization of Promote when A is convertible to B but not vice-versa. More...

#include <Sacado_Traits.hpp>

Public Types

typedef BaseExprType< B >::type type
 

Detailed Description

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

Specialization of Promote when A is convertible to B but not vice-versa.

Definition at line 117 of file Sacado_Traits.hpp.

Member Typedef Documentation

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

Definition at line 123 of file Sacado_Traits.hpp.


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