Public Types | Static Public Member Functions | List of all members
vectorize_returned_array< Func, void, Args... > Struct Template Reference

#include <numpy.h>

Public Types

using Type = none
 

Static Public Member Functions

static detail::void_type call (Func &f, Args &...args)
 
static void call (void *, size_t, Func &f, Args &...args)
 
static Type create (broadcast_trivial, const std::vector< ssize_t > &)
 
static void * mutable_data (Type &)
 

Detailed Description

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

Definition at line 1780 of file numpy.h.

Member Typedef Documentation

◆ Type

template<typename Func , typename... Args>
using vectorize_returned_array< Func, void, Args... >::Type = none

Definition at line 1781 of file numpy.h.

Member Function Documentation

◆ call() [1/2]

template<typename Func , typename... Args>
static detail::void_type vectorize_returned_array< Func, void, Args... >::call ( Func &  f,
Args &...  args 
)
inlinestatic

Definition at line 1787 of file numpy.h.

◆ call() [2/2]

template<typename Func , typename... Args>
static void vectorize_returned_array< Func, void, Args... >::call ( void *  ,
size_t  ,
Func &  f,
Args &...  args 
)
inlinestatic

Definition at line 1792 of file numpy.h.

◆ create()

template<typename Func , typename... Args>
static Type vectorize_returned_array< Func, void, Args... >::create ( broadcast_trivial  ,
const std::vector< ssize_t > &   
)
inlinestatic

Definition at line 1783 of file numpy.h.

◆ mutable_data()

template<typename Func , typename... Args>
static void* vectorize_returned_array< Func, void, Args... >::mutable_data ( Type )
inlinestatic

Definition at line 1785 of file numpy.h.


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


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:24