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