SAT Solver Template
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
cli::ValueArg< T > Struct Template Reference

Argument specification for value arguments. More...

#include <cli.hpp>

Public Types

using type = T
 

Public Member Functions

 ValueArg (std::string name, T &value, bool required=false)
 

Public Attributes

std::string name
 
T & value
 
bool required
 

Detailed Description

template<typename T>
struct cli::ValueArg< T >

Argument specification for value arguments.

Template Parameters
Targument type

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