HepMC3 event record library
Public Types | Static Public Member Functions
vectorize_returned_array< Func, Return, Args > Struct Template Reference

Public Types

using Type = array_t< Return >
 

Static Public Member Functions

static Type create (broadcast_trivial trivial, const std::vector< ssize_t > &shape)
 
static Return * mutable_data (Type &array)
 
static Return call (Func &f, Args &...args)
 
static void call (Return *out, size_t i, Func &f, Args &...args)
 

Detailed Description

template<typename Func, typename Return, typename... Args>
struct vectorize_returned_array< Func, Return, Args >

Definition at line 1476 of file numpy.h.


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