commons 0.1.5
Header-only C++23 library of common/shared types for the C++ libraries
Loading...
Searching...
No Matches
comms::FlagRegistrar< F > Struct Template Reference

A self-registering object: constructing one registers F into the GlobalFlagRegistry. More...

#include <flag.hpp>

Detailed Description

template<AnyFlag F>
struct comms::FlagRegistrar< F >

A self-registering object: constructing one registers F into the GlobalFlagRegistry.

The define macros emit one of these as an inline object so the registration happens at static init.


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