Static Public Member Functions | Static Public Attributes | List of all members
npy_format_descriptor< T, enable_if_t< is_same_ignoring_cvref< T, PyObject * >::value > > Struct Template Reference

#include <numpy.h>

Static Public Member Functions

static pybind11::dtype dtype ()
 

Static Public Attributes

static constexpr auto name = const_name("object")
 
static constexpr int value = npy_api::NPY_OBJECT_
 

Detailed Description

template<typename T>
struct npy_format_descriptor< T, enable_if_t< is_same_ignoring_cvref< T, PyObject * >::value > >

Definition at line 1292 of file numpy.h.

Member Function Documentation

◆ dtype()

template<typename T >
static pybind11::dtype npy_format_descriptor< T, enable_if_t< is_same_ignoring_cvref< T, PyObject * >::value > >::dtype ( )
inlinestatic

Definition at line 1297 of file numpy.h.

Member Data Documentation

◆ name

template<typename T >
constexpr auto npy_format_descriptor< T, enable_if_t< is_same_ignoring_cvref< T, PyObject * >::value > >::name = const_name("object")
staticconstexpr

Definition at line 1293 of file numpy.h.

◆ value

template<typename T >
constexpr int npy_format_descriptor< T, enable_if_t< is_same_ignoring_cvref< T, PyObject * >::value > >::value = npy_api::NPY_OBJECT_
staticconstexpr

Definition at line 1295 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:15