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

Specialization of Value for const types. More...

#include <Sacado_Traits.hpp>

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

Public Types

typedef ValueType< T >::type value_type
 

Static Public Member Functions

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

◆ value_type

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

◆ eval() [1/2]

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.

◆ eval() [2/2]

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

Definition at line 365 of file Sacado_Traits.hpp.


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