ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ndarray::Pybind11Helper< T, N, C > Struct Template Reference

Public Types

using Element = typename ndarray::Array< T, N, C >::Element
 
using Wrapper = pybind11::array_t< typename std::remove_const< Element >::type, 0 >
 

Public Member Functions

bool init (pybind11::handle src)
 
bool check () const
 
ndarray::Array< T, N, C > convert () const
 

Static Public Member Functions

static pybind11::handle toPython (ndarray::Array< T, N, C > const &src)
 

Public Attributes

bool isNone
 
Wrapper wrapper
 

Static Public Attributes

static constexpr bool isConst = std::is_const<Element>::value
 

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