|
args
6.2.0
A simple single-header C++11 STL-only argument parser library
|
A simple unified option type for unified initializer lists for the Matcher class. More...
#include <args.hxx>
Static Public Member Functions | |
| static std::unordered_set< std::string > | GetLong (std::initializer_list< EitherFlag > flags) |
| Get just the long flags from an initializer list of EitherFlags. | |
| static std::unordered_set< char > | GetShort (std::initializer_list< EitherFlag > flags) |
| Get just the short flags from an initializer list of EitherFlags. | |
Public Attributes | |
| const bool | isShort |
| const char | shortFlag |
| const std::string | longFlag |
A simple unified option type for unified initializer lists for the Matcher class.