SortFieldDescriptor =================== .. cpp:class:: numpy::SortFieldDescriptor numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use SortFieldDescriptor SortFieldDescriptor obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``SortFieldDescriptor(const std::string &field_name, size_tfield_offset)`` - NP_SORTING_ALGORITHMS.H:1256 - * - ``SortFieldDescriptor(const std::string &field_name, size_tfield_offset, std::functioncomp)`` - NP_SORTING_ALGORITHMS.H:1259 -