RecordArrayFieldProxy#

class numpy::RecordArrayFieldProxy#

numpy C++ class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use RecordArrayFieldProxy
RecordArrayFieldProxy obj;
// ... operations ...

Constructors#

Signature

Location

Example

RecordArrayFieldProxy(StructuredArray \*array, const std::string &field_name, const std::vector<size_t>&indices)

NP_RECARRAY.H:15

Operators#

Signature

Return Type

Location

Example

operator T()

NP_RECARRAY.H:18

RecordArrayFieldProxy & operator=(const T &value)

RecordArrayFieldProxy &

NP_RECARRAY.H:23

RecordArrayFieldProxy & operator=(const StructuredValue &value)

RecordArrayFieldProxy &

NP_RECARRAY.H:29