NaNAwareComparator ================== .. cpp:class:: numpy::NaNAwareComparator numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use NaNAwareComparator NaNAwareComparator obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``NaNAwareComparator(NaNPolicyp = NaNPolicy::LAST)`` - NP_SORTING_ALGORITHMS.H:182 - 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:184 -