Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
helper.h
Go to the documentation of this file.
1 #pragma once
2 #include <vector>
3 
4 #define C_Ify(vector) vector.size(), vector.data()
5 
6 typedef std::vector<const char*> ArgList;
ArgList
std::vector< const char * > ArgList
Definition: helper.h:6