NEMeeting SDK
|
通用回调头文件 更多...
#include "nemeeting_sdk_interface_export.h"
#include "build_config.h"
#include <functional>
#include <string>
#include "error.h"
命名空间 | |
nem_sdk_interface | |
类型定义 | |
template<class... TResultParam> | |
using | nem_sdk_interface::NECallback = std::function< void(NEErrorCode, const std::string &, const TResultParam &...)> |
using | nem_sdk_interface::NEEmptyCallback = NECallback<> |
通用回调头文件
在文件 callback_interface.h 中定义.