flagArgs.hpp
Go to the documentation of this file.
1
2
#pragma once
3
4
#include <string>
5
#include <vector>
6
7
namespace
by {
8
typedef
std::vector<std::string> flagArgs;
9
}