NeoPZ
Public Types | Public Member Functions | Private Attributes | List of all members
ADPromote< T > Class Template Reference

#include <promote.h>

Public Types

typedef T::value_type value_type
 

Public Member Functions

 ADPromote (const T &x)
 
value_type val ()
 

Private Attributes

const T & x_
 

Detailed Description

template<class T>
class ADPromote< T >

Definition at line 26 of file promote.h.

Member Typedef Documentation

◆ value_type

template<class T>
typedef T::value_type ADPromote< T >::value_type

Definition at line 29 of file promote.h.

Constructor & Destructor Documentation

◆ ADPromote()

template<class T>
ADPromote< T >::ADPromote ( const T &  x)
inline

Definition at line 30 of file promote.h.

Member Function Documentation

◆ val()

template<class T>
value_type ADPromote< T >::val ( )
inline

Definition at line 32 of file promote.h.

Member Data Documentation

◆ x_

template<class T>
const T& ADPromote< T >::x_
private

Definition at line 27 of file promote.h.


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