args
6.2.0
A simple single-header C++11 STL-only argument parser library
|
A number of arguments which can be consumed by an option. More...
#include <args.hxx>
Public Member Functions | |
Nargs (size_t min_, size_t max_) | |
Nargs (size_t num_) | |
Public Attributes | |
const size_t | min |
const size_t | max |
Friends | |
bool | operator== (const Nargs &lhs, const Nargs &rhs) |
bool | operator!= (const Nargs &lhs, const Nargs &rhs) |
A number of arguments which can be consumed by an option.
Represents a closed interval [min, max].