A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/procxx/cxx20opts below:

procxx/cxx20opts: C++20 (17) command line parsing library

C++20 (17) command line parsing library

Basic API (is disscussed):
cxx20opts::options opts{argc, argv};
opts["file"sv] // returned std::filesystem::path (if before defined)
obj.raw() -> std::pair<int, char**> /* or concept pair, default usage - std::pair */ 
options.add_option(option{}).add_option({});

// or
options.option(option{}, option{}, option{});

// or
options.option(option{}
| option{}
| option{}
| option{}
);

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4