Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::is_complex_arithmetic< T, typename > Struct Template Reference

Detailed Description

template<typename T, typename = void>
struct stan::is_complex_arithmetic< T, typename >

If T is a complex type with an inner arithmetic type (that is, an instance of std::complex<Arithmetic>) or a cv-qualified version thereof, provides the member constant value equal true; for any other type the value is false.

Template Parameters
Ttype to check

Definition at line 83 of file is_complex.hpp.

#include <is_complex.hpp>

+ Inheritance diagram for stan::is_complex_arithmetic< T, typename >:

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