StructuredComparator ==================== .. cpp:class:: numpy::StructuredComparator numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use StructuredComparator StructuredComparator obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``StructuredComparator(const std::vector>&field_descriptors, const std::vector&sort_ascending = {})`` - NP_SORTING_ALGORITHMS.H:1272 - Operators --------- .. list-table:: :widths: 40 25 15 20 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``bool operator()(const T &a, const T &b)`` - bool - NP_SORTING_ALGORITHMS.H:1283 -