VSLError#

class numpy::VSLError#

numpy C++ class.

Example#

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

// Use VSLError
VSLError obj;
// ... operations ...

Constructors#

Signature

Location

Example

VSLError(const std::string &message)

NP_VSL_RANDOM.H:143

VSLError(const std::string &message, intstatus)

NP_VSL_RANDOM.H:144