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 | Static Public Member Functions | List of all members
Sacado::Value< const T > Struct Template Reference

Specialization of Value for const types. More...

#include <Sacado_Traits.hpp>

Public Types

typedef ValueType< T >::type value_type
 

Static Public Member Functions

static SACADO_INLINE_FUNCTION
const value_type
eval (const T &x)
 

Detailed Description

template<typename T>
struct Sacado::Value< const T >

Specialization of Value for const types.

Definition at line 369 of file Sacado_Traits.hpp.

Member Typedef Documentation

template<typename T >
typedef ValueType<T>::type Sacado::Value< const T >::value_type

Definition at line 370 of file Sacado_Traits.hpp.

Member Function Documentation

template<typename T >
static SACADO_INLINE_FUNCTION const value_type& Sacado::Value< const T >::eval ( const T x)
inlinestatic

Definition at line 372 of file Sacado_Traits.hpp.


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