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

Metaprogram structure to determine the type of first container of the base scalar type of a template argument. More...

#include <scalar_type_pre.hpp>

Public Types

typedef scalar_type_helper_pre< is_vector< typename stan::math::value_type< T >::type >::value, typename stan::math::value_type< T >::type, T >::type type
 

Detailed Description

template<typename T>
struct stan::scalar_type_pre< T >

Metaprogram structure to determine the type of first container of the base scalar type of a template argument.

Template Parameters
TType of object.

Definition at line 34 of file scalar_type_pre.hpp.

Member Typedef Documentation

template<typename T>
typedef scalar_type_helper_pre<is_vector <typename stan::math::value_type<T>::type>::value, typename stan::math::value_type<T>::type, T>::type stan::scalar_type_pre< T >::type

Definition at line 39 of file scalar_type_pre.hpp.


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

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