|
static constexpr auto | name |
|
template<typename T>
struct npy_format_descriptor_name< T, enable_if_t< std::is_floating_point< T >::value > >
Definition at line 1022 of file numpy.h.
Initial value:= _<std::is_same<T, float>::value || std::is_same<T, double>::value>(
_("numpy.float") + _<sizeof(T)*8>(), _("numpy.longdouble")
)
Definition at line 1023 of file numpy.h.
The documentation for this struct was generated from the following file: