Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Sacado::ScalarValue< const T > Struct Template Reference

Specialization of ScalarValue for const types. More...

#include <Sacado_Traits.hpp>

Inheritance diagram for Sacado::ScalarValue< const T >:

Public Types

typedef ScalarType< T >::type scalar_type
 

Static Public Member Functions

static SACADO_INLINE_FUNCTION const scalar_typeeval (const T &x)
 
static SACADO_INLINE_FUNCTION const Teval (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

◆ scalar_type

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

◆ eval() [1/2]

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.

◆ eval() [2/2]

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

Definition at line 384 of file Sacado_Traits.hpp.


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