commons 0.1.5
Header-only C++23 library of common/shared types for the C++ libraries
Loading...
Searching...
No Matches
comms::GlobalFlagRegistry Class Reference

A program-wide registry of every known flag. More...

#include <flag.hpp>

Public Member Functions

std::optional< FlagReffind (const std::string_view name) const
 Resolve a flag by name. Used by the JSON from_json path.
 

Detailed Description

A program-wide registry of every known flag.

A Meyers singleton, so the underlying FlagSet is constructed before any inline registrar runs.


The documentation for this class was generated from the following file: