Static Public Member Functions | Static Public Attributes | Static Private Attributes | List of all members
npy_format_descriptor< T, enable_if_t< satisfies_any_of< T, std::is_arithmetic, is_complex >::value > > Struct Template Reference

#include <numpy.h>

Inheritance diagram for npy_format_descriptor< T, enable_if_t< satisfies_any_of< T, std::is_arithmetic, is_complex >::value > >:
Inheritance graph
[legend]

Static Public Member Functions

static pybind11::dtype dtype ()
 

Static Public Attributes

static constexpr int value = values[detail::is_fmt_numeric<T>::index]
 

Static Private Attributes

static constexpr const int values [15]
 

Detailed Description

template<typename T>
struct npy_format_descriptor< T, enable_if_t< satisfies_any_of< T, std::is_arithmetic, is_complex >::value > >

Definition at line 1259 of file numpy.h.

Member Function Documentation

◆ dtype()

template<typename T >
static pybind11::dtype npy_format_descriptor< T, enable_if_t< satisfies_any_of< T, std::is_arithmetic, is_complex >::value > >::dtype ( )
inlinestatic

Definition at line 1284 of file numpy.h.

Member Data Documentation

◆ value

template<typename T >
constexpr int npy_format_descriptor< T, enable_if_t< satisfies_any_of< T, std::is_arithmetic, is_complex >::value > >::value = values[detail::is_fmt_numeric<T>::index]
static

Definition at line 1282 of file numpy.h.

◆ values

template<typename T >
constexpr const int npy_format_descriptor< T, enable_if_t< satisfies_any_of< T, std::is_arithmetic, is_complex >::value > >::values[15]
staticprivate

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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:41:03