NEMeetingKit V4.9.0
|
通用回调头文件 更多...
#include <functional>
#include <string>
#include "build_config.h"
#include "kit_define_error.h"
#include "kit_interface_export.h"
类型定义 | |
template<class... TResultParam> | |
using | NECallback = std::function<void(MeetingErrorCode, const std::string&, const TResultParam&...)> |
using | NEEmptyCallback = NECallback<> |
通用回调头文件
using NECallback = std::function<void(MeetingErrorCode, const std::string&, const TResultParam&...)> |
using NEEmptyCallback = NECallback<> |