Searched defs:FlagHelpMsg (Results 1 – 1 of 1) sorted by relevance
203 union FlagHelpMsg { union204 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() function205 constexpr explicit FlagHelpMsg(HelpGenFunc help_gen) : gen_func(help_gen) {} in FlagHelpMsg() function