IPPSortException ================ .. cpp:class:: numpy::IPPSortException numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use IPPSortException IPPSortException obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``IPPSortException(const std::string &msg, IppStatusstatus = ippStsNoErr)`` - NP_IPP_SORT.H:27 - * - ``IPPSortException(const std::string &msg, intstatus = 0)`` - NP_IPP_SORT.H:30 -