A command line argument.
More...
#include <commandLine.h>
template<
class T>
struct Argument< T >
A command line argument.
- Template Parameters
-
◆ Argument()
Argument< T >::Argument |
( |
std::string |
name, |
|
|
std::string |
description, |
|
|
std::string |
note, |
|
|
T |
defaultValue |
|
) |
| |
|
inline |
Construct a new Argument.
- Template Parameters
-
- Parameters
-
name | the arguments name (without "-" prefix). |
description | the help description. |
note | the argument note. |
defaultValue | the default value. |
◆ defaultValue
◆ description
◆ name
◆ note
◆ value
The documentation for this struct was generated from the following file: