TupleFieldDescriptor ==================== .. cpp:class:: numpy::TupleFieldDescriptor numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use TupleFieldDescriptor TupleFieldDescriptor obj; // ... operations ... Construction ------------ .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``SortFieldDescriptor> create_field(const std::string &name)`` - SortFieldDescriptor> - NP_SORTING_ALGORITHMS.H:1356 - Indexing / Selection -------------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``auto get_field_comparator()`` - auto - NP_SORTING_ALGORITHMS.H:1349 -