[#absl-AbslParseFlag-05] = xref:absl.adoc[absl]::AbslParseFlag :relfileprefix: ../ :mrdocs: Parses an `absl::LogSeverity` flag value. See `base/log_severity.h` for the full documentation. == Synopsis Declared in `<absl/flags/marshalling.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool AbslParseFlag( std::string_view text, xref:absl/LogSeverity.adoc[absl::LogSeverity]* dst, std::string* err); ---- == Return Value `true` if the value was successfully parsed. == Parameters [cols="1,4"] |=== | Name| Description | *text* | The flag value text to parse. | *dst* | Output parameter that receives the parsed value. | *err* | Output parameter that receives an error message on failure. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#