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

Static Public Member Functions

static pybind11::dtype dtype ()
 

Static Public Attributes

static constexpr auto name = base_descr::name
 

Private Types

using base_descr = npy_format_descriptor< typename std::underlying_type< T >::type >
 

Detailed Description

template<typename T>
struct npy_format_descriptor< T, enable_if_t< std::is_enum< T >::value > >

Definition at line 1080 of file numpy.h.


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