μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
array_info_scalar< T > Struct Template Reference

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/numpy.h>

Inheritance diagram for array_info_scalar< T >:
[legend]

Public Types

using type = T
 
using type = T
 

Static Public Member Functions

static void append_extents (list &)
 
static void append_extents (list &)
 

Static Public Attributes

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

Detailed Description

template<typename T>
struct array_info_scalar< T >

Definition at line 329 of file numpy.h.

Member Typedef Documentation

◆ type [1/2]

template<typename T >
using array_info_scalar< T >::type = T

Definition at line 330 of file numpy.h.

◆ type [2/2]

template<typename T >
using array_info_scalar< T >::type = T

Definition at line 328 of file numpy.h.

Member Function Documentation

◆ append_extents() [1/2]

template<typename T >
static void array_info_scalar< T >::append_extents ( list )
inlinestatic

◆ append_extents() [2/2]

template<typename T >
static void array_info_scalar< T >::append_extents ( list )
inlinestatic

Definition at line 332 of file numpy.h.

Member Data Documentation

◆ extents

template<typename T >
static constexpr auto array_info_scalar< T >::extents = const_name("")
staticconstexpr

Definition at line 333 of file numpy.h.

◆ is_array

template<typename T >
static constexpr bool array_info_scalar< T >::is_array = false
staticconstexpr

Definition at line 331 of file numpy.h.

◆ is_empty

template<typename T >
static constexpr bool array_info_scalar< T >::is_empty = false
staticconstexpr

Definition at line 332 of file numpy.h.


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