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

Detailed Description

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

If T is an arithmetic type (that is, an instance of std::complex) 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 39 of file is_complex.hpp.

#include <is_complex.hpp>

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

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