class QPanda::calloc_fail

#include <QPandaException.h>

class calloc_fail: public QPanda::QPandaException
{
public:
    // construction

    calloc_fail();
    calloc_fail(std::string errmsg);
};

Inherited Members

public:
    // methods

    virtual const char* what();