HepMC3 event record library
Static Public Member Functions | Static Public Attributes | Private Types
npy_format_descriptor< T, enable_if_t< array_info< T >::is_array > > Struct Template Reference

Static Public Member Functions

static pybind11::dtype dtype ()
 

Static Public Attributes

static constexpr auto name = _("(") + array_info<T>::extents + _(")") + base_descr::name
 

Private Types

using base_descr = npy_format_descriptor< typename array_info< T >::type >
 

Detailed Description

template<typename T>
struct npy_format_descriptor< T, enable_if_t< array_info< T >::is_array > >

Definition at line 1066 of file numpy.h.


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