packio
|
Class args_specs. More...
#include <optional>
#include <stdexcept>
#include <string>
#include "arg.h"
#include "handler.h"
#include "internal/utils.h"
Go to the source code of this file.
Classes | |
struct | packio::internal::args_specs_options |
Options available for the argument specifications. More... | |
class | packio::args_specs< Procedure > |
Procedure arguments specifications. More... | |
Namespaces | |
packio | |
The packio namespace. | |
Variables | |
constexpr auto | packio::allow_extra_arguments = internal::args_specs_options{true} |
Option to allo extra arguments, ignoring them. | |
Class args_specs.