|
template<typename... Args> |
auto | operator() (const Args &...opts) const -> auto |
|
|
const po::variables_map & | vm |
| The variables-map, parsed from command line. More...
|
|
Handles Conflicts of program-options
Definition at line 19 of file main.cpp.
◆ operator()()
template<typename... Args>
auto Conflicts::operator() |
( |
const Args &... |
opts | ) |
const -> auto |
|
inline |
Checks vm for conflicts
- Template Parameters
-
Args | interdependent options (const char *) of variable-size |
- Parameters
-
- Returns
- this to add more conflicts
- Exceptions
-
logic_error | if any conflicting options occur |
Definition at line 30 of file main.cpp.
◆ vm
const po::variables_map& Conflicts::vm |
The variables-map, parsed from command line.
Definition at line 20 of file main.cpp.
The documentation for this struct was generated from the following file: