logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ZyanArgParseArg_

Author

       Generated automatically by Doxygen for Zycore from the source code.

Zycore                                           Version 1.5.2.0                             ZyanArgParseArg_(3)

Detailed Description

       Information about a parsed argument.

Member Data Documentation

constZyanArgParseDefinition*ZyanArgParseArg_::def
       Corresponding argument definition, or ZYAN_NULL for unnamed args.

       This pointer is borrowed from the cfg pointer passed to ZyanArgParse.

   ZyanBoolZyanArgParseArg_::has_value
       Whether the argument has a value (is non-boolean).

   ZyanStringViewZyanArgParseArg_::value
       If has_value == true, then the argument value.

       This is a view into the argv string array passed to ZyanArgParse via the cfg argument.

Name

       ZyanArgParseArg_

Synopsis

       #include <ArgParse.h>

   PublicAttributes
       const ZyanArgParseDefinition * defZyanBoolhas_valueZyanStringViewvalue

See Also