Scarab  v2.9.0
Project 8 C++ Utility Library
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
array_info_scalar< T > Struct Template Reference

#include <numpy.h>

Inheritance diagram for array_info_scalar< T >:
Inheritance graph

Public Types

typedef T type
 

Static Public Member Functions

static void append_extents (list &)
 

Static Public Attributes

static constexpr bool is_array = false
 
static constexpr bool is_empty = false
 
static constexpr auto extents = _("")
 

Detailed Description

template<typename T>
struct pybind11::detail::array_info_scalar< T >

Definition at line 278 of file numpy.h.

Member Typedef Documentation

◆ type

typedef T type

Definition at line 279 of file numpy.h.

Member Function Documentation

◆ append_extents()

static void append_extents ( list )
inlinestatic

Definition at line 283 of file numpy.h.

Member Data Documentation

◆ extents

constexpr auto extents = _("")
static

Definition at line 282 of file numpy.h.

◆ is_array

constexpr bool is_array = false
static

Definition at line 280 of file numpy.h.

◆ is_empty

constexpr bool is_empty = false
static

Definition at line 281 of file numpy.h.


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