RecordArrayFieldProxy ===================== .. cpp:class:: numpy::RecordArrayFieldProxy numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use RecordArrayFieldProxy RecordArrayFieldProxy obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``RecordArrayFieldProxy(StructuredArray \*array, const std::string &field_name, const std::vector&indices)`` - NP_RECARRAY.H:15 - Operators --------- .. list-table:: :widths: 40 25 15 20 :header-rows: 1 * - 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 -