Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::is_var_or_arithmetic_type< T > Struct Template Reference

Detailed Description

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

Defines a static member value which is defined to be true (1) if the unqualified cv of type T or its underlying type (if a container) is either var or an arithmetic type, and false (0) otherwise.

Definition at line 20 of file is_var_or_arithmetic.hpp.

#include <is_var_or_arithmetic.hpp>

+ Inheritance diagram for stan::is_var_or_arithmetic_type< T >:

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