Sacado  Development
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | List of all members
Sacado::Fad::Exp::ViewStorage< T, static_length, static_stride, U >::apply< TT > Struct Template Reference

Turn ViewStorage into a meta-function class usable with mpl::apply. More...

#include <Sacado_Fad_Exp_ViewStorage.hpp>

Public Types

typedef std::remove_cv< TT >::type non_const_TT
 
typedef BaseExprType
< non_const_TT >::type 
base_expr_TT
 
typedef mpl::apply< U,
base_expr_TT >::type 
UU
 
typedef ViewStorage< TT,
static_length, static_stride,
UU > 
type
 

Detailed Description

template<typename T, unsigned static_length, unsigned static_stride, typename U>
template<typename TT>
struct Sacado::Fad::Exp::ViewStorage< T, static_length, static_stride, U >::apply< TT >

Turn ViewStorage into a meta-function class usable with mpl::apply.


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