获取返回对象状态,是否是正常状态。
bool IsOk() const
无
auto error = input->Allocate(pData.size() * sizeof(int64_t)); if (!error.IsOk()) { EP_LOG_ERROR("Failed to allocate data buffer for id=" << logId); return -1; }