|
static constexpr auto | name |
|
template<typename T>
struct npy_format_descriptor_name< T, enable_if_t< std::is_integral< T >::value > >
Definition at line 1015 of file numpy.h.
Initial value:= _<std::is_same<T, bool>::value>(
_("bool"), _<std::is_signed<T>::value>("numpy.int", "numpy.uint") + _<sizeof(T)*8>()
)
Definition at line 1016 of file numpy.h.
The documentation for this struct was generated from the following file: