zhangmeng
2019-12-19 97dde5e30a7d0400cee08d4fa8bf6fd5e760ab9a
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