![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
Command-line options parser. More...
#include <toolbox/util/RefCount.hpp>#include <toolbox/util/Stream.hpp>#include <toolbox/util/String.hpp>#include <map>#include <variant>#include <format>

Go to the source code of this file.
Classes | |
| class | toolbox::util::NoOp |
| class | toolbox::util::Help |
| class | toolbox::util::Presence< DerivedT > |
| class | toolbox::util::Value |
| class | toolbox::util::Switch |
| class | toolbox::util::Options |
Namespaces | |
| namespace | toolbox |
| namespace | toolbox::util |
Functions | |
| template<typename StreamT > requires Streamable<StreamT> | |
| StreamT & | toolbox::util::operator<< (StreamT &out, const Options &options) |
Command-line options parser.
This file was originally authored by Rodrigo Fernandes as part of the Swirly Cloud project.
Definition in file Options.hpp.