|
args
6.2.0
A simple single-header C++11 STL-only argument parser library
|
Default validators. More...
#include <args.hxx>
Static Public Member Functions | |
| static bool | Xor (const Group &group) |
| static bool | AtLeastOne (const Group &group) |
| static bool | AtMostOne (const Group &group) |
| static bool | All (const Group &group) |
| static bool | AllOrNone (const Group &group) |
| static bool | AllChildGroups (const Group &group) |
| static bool | DontCare (const Group &) |
| static bool | CareTooMuch (const Group &) |
| static bool | None (const Group &group) |
Default validators.