Static Public Member Functions | Static Public Attributes | Private Types | List of all members
npy_format_descriptor< T, enable_if_t< array_info< T >::is_array > > Struct Template Reference

#include <numpy.h>

Static Public Member Functions

static pybind11::dtype dtype ()
 

Static Public Attributes

static constexpr auto name = const_name("(") + array_info<T>::extents + const_name(")") + base_descr::name
 

Private Types

using base_descr = npy_format_descriptor< typename array_info< T >::type >
 

Detailed Description

template<typename T>
struct npy_format_descriptor< T, enable_if_t< array_info< T >::is_array > >

Definition at line 1308 of file numpy.h.

Member Typedef Documentation

◆ base_descr

template<typename T >
using npy_format_descriptor< T, enable_if_t< array_info< T >::is_array > >::base_descr = npy_format_descriptor<typename array_info<T>::type>
private

Definition at line 1310 of file numpy.h.

Member Function Documentation

◆ dtype()

template<typename T >
static pybind11::dtype npy_format_descriptor< T, enable_if_t< array_info< T >::is_array > >::dtype ( )
inlinestatic

Definition at line 1317 of file numpy.h.

Member Data Documentation

◆ name

template<typename T >
constexpr auto npy_format_descriptor< T, enable_if_t< array_info< T >::is_array > >::name = const_name("(") + array_info<T>::extents + const_name(")") + base_descr::name
static

Definition at line 1316 of file numpy.h.


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


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