IndexedArrayResult ================== .. cpp:class:: numpy::IndexedArrayResult numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use IndexedArrayResult IndexedArrayResult obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``IndexedArrayResult(const NDArray&array)`` - NP_ADVANCED_INDEXING.H:27 - * - ``IndexedArrayResult(std::shared_ptr>indexed)`` - NP_ADVANCED_INDEXING.H:28 - Operators --------- .. list-table:: :widths: 40 25 15 20 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``operator NDArray()`` - - NP_ADVANCED_INDEXING.H:31 - Type Checking ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``bool is_view()`` - bool - NP_ADVANCED_INDEXING.H:45 -