Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
Turn ViewFad into a meta-function class usable with mpl::apply. More...
#include <Sacado_Fad_ViewFad_tmpl.hpp>
Public Types | |
typedef BaseExprType< T >::type | T_for_base |
typedef mpl::apply< base_fad_type, T_for_base >::type | new_base_fad_type |
typedef ViewFad< T, length, stride, new_base_fad_type > | type |
Turn ViewFad into a meta-function class usable with mpl::apply.
Definition at line 83 of file Sacado_Fad_ViewFad_tmpl.hpp.
typedef BaseExprType<T>::type Sacado::FAD_NS::ViewFad< ValueT, length, stride, BaseFadT >::apply< T >::T_for_base |
Definition at line 85 of file Sacado_Fad_ViewFad_tmpl.hpp.
typedef mpl::apply<base_fad_type,T_for_base>::type Sacado::FAD_NS::ViewFad< ValueT, length, stride, BaseFadT >::apply< T >::new_base_fad_type |
Definition at line 86 of file Sacado_Fad_ViewFad_tmpl.hpp.
typedef ViewFad<T,length,stride,new_base_fad_type> Sacado::FAD_NS::ViewFad< ValueT, length, stride, BaseFadT >::apply< T >::type |
Definition at line 87 of file Sacado_Fad_ViewFad_tmpl.hpp.