[#absl-FlagsUsageConfig-contains_help_flags] = xref:absl.adoc[absl]::xref:absl/FlagsUsageConfig.adoc[FlagsUsageConfig]::contains_help_flags :relfileprefix: ../../ :mrdocs: Returns true if flags defined in the filename should be reported with ‐‐help flag. For example, if the file "path/to/my/code.cc" defines the flag "‐‐my_flag", and contains_help_flags("path/to/my/code.cc") returns true, invoking the program with ‐‐help will include information about ‐‐my_flag in the program output. == Synopsis Declared in `<absl/flags/usage_config.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- /* implementation-defined */ contains_help_flags; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#