Stan Math Library  2.6.3
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
Public Types | List of all members
stan::is_constant_struct< T > Struct Template Reference

Metaprogram to determine if a type has a base scalar type that can be assigned to type double. More...

#include <is_constant_struct.hpp>

Public Types

enum  { value = is_constant<T>::value }
 

Detailed Description

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

Metaprogram to determine if a type has a base scalar type that can be assigned to type double.

Definition at line 16 of file is_constant_struct.hpp.

Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 17 of file is_constant_struct.hpp.


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

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