singleFlag.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
7
11 struct singleFlag: public flag {
12 // TODO:
13 };
14}
Definition: flag.hpp:15
Definition: singleFlag.hpp:11