Stan Math Library  2.11.0
reverse mode automatic differentiation
Public Types | List of all members
stan::math::promote_scalar_type< T, S > Struct Template Reference

Template metaprogram to calculate a type for converting a convertible type. More...

#include <promote_scalar_type.hpp>

Public Types

typedef T type
 The promoted type. More...
 

Detailed Description

template<typename T, typename S>
struct stan::math::promote_scalar_type< T, S >

Template metaprogram to calculate a type for converting a convertible type.

This is the base case.

Template Parameters
Tresult scalar type.
Sinput type

Definition at line 15 of file promote_scalar_type.hpp.

Member Typedef Documentation

template<typename T, typename S>
typedef T stan::math::promote_scalar_type< T, S >::type

The promoted type.

Definition at line 19 of file promote_scalar_type.hpp.


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

     [ Stan Home Page ] © 2011–2016, Stan Development Team.