Lodestar
An integrated real-time control package in C++
Pack.hpp
1
//
2
// Created by Hamza El-Kebir on 6/12/21.
3
//
4
5
#ifndef LODESTAR_PACK_HPP
6
#define LODESTAR_PACK_HPP
7
8
template
<
typename
...>
9
struct
Pack
{};
10
11
#endif //LODESTAR_PACK_HPP
Pack
Definition:
Pack.hpp:9
Lodestar
aux
Pack.hpp
Generated by
1.8.17