is_ok接口
接口功能
判断状态对象状态是否是成功的。
C++函数原型
bool IsOk() const;
Python函数
is_ok()
接口参数
无。
使用样例
ret = status.is_ok()
父主题:
Status