Public Types | Static Public Member Functions | Static Public Attributes | List of all members
array_info< std::array< T, N > > Struct Template Reference

#include <numpy.h>

Inheritance diagram for array_info< std::array< T, N > >:
Inheritance graph
[legend]

Public Types

using type = typename array_info< T >::type
 

Static Public Member Functions

static void append_extents (list &shape)
 

Static Public Attributes

static constexpr size_t extent = N
 
static constexpr auto extents
 
static constexpr bool is_array = true
 
static constexpr bool is_empty = (N == 0) || array_info<T>::is_empty
 

Detailed Description

template<typename T, size_t N>
struct array_info< std::array< T, N > >

Definition at line 294 of file numpy.h.

Member Typedef Documentation

template<typename T , size_t N>
using array_info< std::array< T, N > >::type = typename array_info<T>::type

Definition at line 295 of file numpy.h.

Member Function Documentation

template<typename T , size_t N>
static void array_info< std::array< T, N > >::append_extents ( list shape)
inlinestatic

Definition at line 301 of file numpy.h.

Member Data Documentation

template<typename T , size_t N>
constexpr size_t array_info< std::array< T, N > >::extent = N
static

Definition at line 298 of file numpy.h.

template<typename T , size_t N>
constexpr auto array_info< std::array< T, N > >::extents
static
Initial value:

Definition at line 306 of file numpy.h.

template<typename T , size_t N>
constexpr bool array_info< std::array< T, N > >::is_array = true
static

Definition at line 296 of file numpy.h.

template<typename T , size_t N>
constexpr bool array_info< std::array< T, N > >::is_empty = (N == 0) || array_info<T>::is_empty
static

Definition at line 297 of file numpy.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:44