Stan Math Library
5.0.0
Automatic Differentiation
|
Template metaprogram defining the base type for values stored in a complex number.
T | type of complex number |
Definition at line 69 of file is_complex.hpp.
#include <is_complex.hpp>
Public Types | |
using | type = base_type_t< typename std::decay_t< T >::value_type > |