#include <mutable/util/ArgParser.hpp>
#include <cstdlib>
#include <iomanip>
#include <limits>
#include <mutable/util/concepts.hpp>
#include <mutable/util/macro.hpp>
#include <string>
#include <string_view>
Go to the source code of this file.
|
#define | PARSE(TYPE) template<> void ArgParser::OptionImpl<TYPE>::parse(const char **&argv) const { help_parse<TYPE>(argv, callback); } |
|
◆ PARSE
#define PARSE |
( |
|
TYPE | ) |
template<> void ArgParser::OptionImpl<TYPE>::parse(const char **&argv) const { help_parse<TYPE>(argv, callback); } |
◆ PARSE() [1/9]
◆ PARSE() [2/9]
◆ PARSE() [3/9]
◆ PARSE() [4/9]
◆ PARSE() [5/9]
◆ PARSE() [6/9]
◆ PARSE() [7/9]
PARSE |
( |
unsigned long long |
| ) |
|
◆ PARSE() [8/9]
◆ PARSE() [9/9]