[#ArgsManager-GetIntArg-0d] = xref:ArgsManager.adoc[ArgsManager]::GetIntArg :relfileprefix: ../ :mrdocs: Return a 64‐bit integer argument, or std::nullopt if it was not set. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e381ad9a8)]] std::optional<int64_t> GetIntArg(std::string const& strArg) const; ---- == Return Value The argument value, or std::nullopt if unset. == Parameters [cols="1,4"] |=== | Name| Description | *strArg* | Argument to get (e.g. "‐foo"). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#