koutil
|
#include <array>
#include <cassert>
#include <cstddef>
#include <ranges>
#include <span>
#include <string_view>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
struct | koutil::argparser::Arg |
Base structure representing a subcommand argument. More... | |
class | koutil::argparser::ArgumentsBase |
class | koutil::argparser::Arguments< Args > |
Base class for argument collections. More... | |
Namespaces | |
namespace | koutil |
namespace | koutil::argparser |
Concepts | |
concept | koutil::argparser::is_arg |
Checks if a type is Arg. | |
concept | koutil::argparser::are_arguments |
Checks if a type is derived from ArgumentsBase. | |