IPPSortException#

class numpy::IPPSortException#

numpy C++ class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use IPPSortException
IPPSortException obj;
// ... operations ...

Constructors#

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