[#absl-CommandLineFlag-DefaultValue] = xref:absl.adoc[absl]::xref:absl/CommandLineFlag.adoc[CommandLineFlag]::DefaultValue :relfileprefix: ../../ :mrdocs: Returns the default value for this flag. == Synopsis Declared in `<absl/flags/commandlineflag.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::string DefaultValue() const = 0; ---- == Return Value The default value for this flag. [.small]#Created with https://www.mrdocs.com[MrDocs]#