pkgname-types.hpp
Go to the documentation of this file.
1 #ifndef @PKGNAME@_TYPES_HPP
2 #define @PKGNAME@_TYPES_HPP
3 
13 #include <vector>
14 
20 struct @Pkgname@Data
21 {
23  std::vector<double> samples;
24 };
25 
26 #endif // @PKGNAME@_TYPES_HPP
std::vector< double > samples


ocl
Author(s): OCL Development Team
autogenerated on Mon Mar 23 2020 04:47:19