580 B
580 B
RefCounted::Release
释放引用或底层资源。
void Release();
该方法声明于 XCEngine/Core/RefCounted.h,当前页面用于固定 RefCounted 类目录下的方法级 canonical 路径。
参数: 无。
返回: void - 无返回值。
示例:
#include <XCEngine/Core/RefCounted.h>
void Example() {
XCEngine::Core::RefCounted object;
// 根据上下文补齐参数后调用 RefCounted::Release(...)。
(void)object;
}