args  6.2.0
A simple single-header C++11 STL-only argument parser library
Public Member Functions | Public Attributes | Friends | List of all members
args::Nargs Struct Reference

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)
 

Detailed Description

A number of arguments which can be consumed by an option.

Represents a closed interval [min, max].


The documentation for this struct was generated from the following file: