公告板
版本库
filestore
活动
搜索
登录
张蒙
/
face
派生自
libgowrapper/face
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
debug
zhangmeng
2020-01-13
aa25f30d2d5dee9134ffb48885bbe9f3be6dc4ee
[~zhangmeng/face.git]
/
csrc
/
base.hpp
1
2
3
4
5
6
7
8
9
#ifndef _c_sdk_wrap_base_class_hpp_
#define _c_sdk_wrap_base_class_hpp_
#include <vector>
#include <functional>
using VecFunc = std::vector<std::function<void()> >;
#endif