Video Analysis底层库拆分,sdk的go封装
chenshijun
2020-09-09 0541661d3e4a063d4e68b33e4d6dbb71d3b58638
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