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

Defines a public enum named value which is defined to be true (1) if the type is either var or an aritmetic type and false (0) otherwise. More...

#include <is_var_or_arithmetic.hpp>

Public Types

enum  { value }
 

Detailed Description

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

Defines a public enum named value which is defined to be true (1) if the type is either var or an aritmetic type and false (0) otherwise.

Definition at line 17 of file is_var_or_arithmetic.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 18 of file is_var_or_arithmetic.hpp.


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

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