clibIsNull
确定 C++ 对象是否为空
说明
示例
测试 nullptr
对象
假设您创建一个与 nullptr
库的接口,该接口是从 nullptr.hpp
头文件编译的并包含一个返回 NULL 的函数。
class A { public: double val; }; // Function returning nullptr object A* returnObjectNullptr() { return nullptr; }
对 A
类的对象显示 nullptr
。除非编译该接口,否则 MATLAB® 代码仅用作说明,不会按原样执行。
ret = clib.nullptr.returnObjectNullptr
ret = null A
测试 nullptr
。
if clibIsNull(ret) % Code to process nullptr end;
输入参数
cppObj
— 在 MATLAB 中创建的 C++ 对象
句柄
在 MATLAB 中创建的 C++ 对象,指定为句柄。
版本历史记录
在 R2019b 中推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)