|
commons 0.1.5
Header-only C++23 library of common/shared types for the C++ libraries
|
A program-wide registry of every known flag. More...
#include <flag.hpp>
Public Member Functions | |
| std::optional< FlagRef > | find (const std::string_view name) const |
Resolve a flag by name. Used by the JSON from_json path. | |
A program-wide registry of every known flag.
A Meyers singleton, so the underlying FlagSet is constructed before any inline registrar runs.