kaycxx-cli
C++ CLI library
Loading...
Searching...
No Matches
Classes
option.hpp File Reference

Defines command line options. More...

#include <any>
#include <format>
#include <optional>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <kaycxx/cli/parse_value.hpp>
#include <kaycxx/cli/switch_base.hpp>
Include dependency graph for option.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kaycxx::cli::option_base
 Common base class for typed options. More...
 
class  kaycxx::cli::option< T >
 Typed command line option definition. More...
 

Detailed Description

Defines command line options.