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::ScalarValue< const T > Struct Template Reference

Specialization of ScalarValue for const types. More...

#include <Sacado_Traits.hpp>

Public Types

typedef ScalarType< T >::type scalar_type
 

Static Public Member Functions

static SACADO_INLINE_FUNCTION
const scalar_type
eval (const T &x)
 

Detailed Description

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

Specialization of ScalarValue for const types.

Definition at line 388 of file Sacado_Traits.hpp.

Member Typedef Documentation

template<typename T >
typedef ScalarType<T>::type Sacado::ScalarValue< const T >::scalar_type

Definition at line 389 of file Sacado_Traits.hpp.

Member Function Documentation

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

Definition at line 391 of file Sacado_Traits.hpp.


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