[#absl-Substitute-09] = xref:absl.adoc[absl]::Substitute :relfileprefix: ../ :mrdocs: Overload of `Substitute()` that fails to compile when the number of placeholders does not match the number of arguments. == Synopsis Declared in `<absl/strings/substitute.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string Substitute( char const* format, /* implementation-defined */ const& a0); ---- == Return Value The formatted string. == Parameters [cols="1,4"] |=== | Name| Description | *format* | The format string with `$0`‐`$9` placeholders. | *a0* | Substitution argument for `$0`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#