Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Sacado::mpl::integral_nonzero_constant< T, zero, false > Struct Template Reference

#include <Sacado_mpl_integral_nonzero_constant.hpp>

Public Types

typedef T value_type
 
typedef integral_nonzero_constant< T, 0 > type
 

Public Member Functions

SACADO_INLINE_FUNCTION integral_nonzero_constant (const T &v)
 

Public Attributes

const T value
 

Detailed Description

template<typename T, T zero>
struct Sacado::mpl::integral_nonzero_constant< T, zero, false >

Definition at line 49 of file Sacado_mpl_integral_nonzero_constant.hpp.

Member Typedef Documentation

◆ value_type

template<typename T , T zero>
typedef T Sacado::mpl::integral_nonzero_constant< T, zero, false >::value_type

Definition at line 52 of file Sacado_mpl_integral_nonzero_constant.hpp.

◆ type

template<typename T , T zero>
typedef integral_nonzero_constant<T,0> Sacado::mpl::integral_nonzero_constant< T, zero, false >::type

Definition at line 53 of file Sacado_mpl_integral_nonzero_constant.hpp.

Constructor & Destructor Documentation

◆ integral_nonzero_constant()

template<typename T , T zero>
SACADO_INLINE_FUNCTION Sacado::mpl::integral_nonzero_constant< T, zero, false >::integral_nonzero_constant ( const T & v)
inline

Definition at line 54 of file Sacado_mpl_integral_nonzero_constant.hpp.

Member Data Documentation

◆ value

template<typename T , T zero>
const T Sacado::mpl::integral_nonzero_constant< T, zero, false >::value

Definition at line 51 of file Sacado_mpl_integral_nonzero_constant.hpp.


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