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::Tay::Log10ExprType< T > Struct Template Reference

#include <Sacado_Tay_CacheTaylorOps.hpp>

Public Types

typedef UnaryExpr< Expr< T >
, LogOp
T1
 
typedef ConstExpr< typename
Expr< T >::value_type > 
ConstT
 
typedef BinaryExpr< Expr< T1 >
, ConstT, DivisionOp
T2
 
typedef Expr< T2expr_type
 

Detailed Description

template<typename T>
struct Sacado::Tay::Log10ExprType< T >

Definition at line 1754 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Typedef Documentation

template<typename T>
typedef UnaryExpr< Expr<T>, LogOp > Sacado::Tay::Log10ExprType< T >::T1

Definition at line 1755 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename T>
typedef ConstExpr<typename Expr<T>::value_type> Sacado::Tay::Log10ExprType< T >::ConstT

Definition at line 1756 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename T>
typedef BinaryExpr< Expr<T1>, ConstT, DivisionOp > Sacado::Tay::Log10ExprType< T >::T2

Definition at line 1757 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename T>
typedef Expr<T2> Sacado::Tay::Log10ExprType< T >::expr_type

Definition at line 1758 of file Sacado_Tay_CacheTaylorOps.hpp.


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