|
static constexpr auto | name |
|
template<typename T>
struct npy_format_descriptor_name< T, enable_if_t< is_complex< T >::value > >
Definition at line 1029 of file numpy.h.
Initial value:= _<std::is_same<typename T::value_type, float>::value
|| std::is_same<typename T::value_type, double>::value>(
_("numpy.complex") + _<sizeof(typename T::value_type)*16>(), _("numpy.longcomplex")
)
Definition at line 1030 of file numpy.h.
The documentation for this struct was generated from the following file: