![]() |
libconfig v2.1.0
Reflection based C++ configuration library
|
Concept that defines the requirements for a CLI application class. More...
#include <cli.h>
Concept that defines the requirements for a CLI application class.
This concept ensures that the CLI application class T has an add_option member function compatible with the signature expected by register_as_cli. It is satisfied by CLI::App from CLI11.
| T | The type to check against the concept. |