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>
std::string
Substitute(
char const* format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4);
Return Value
The formatted string.
Parameters
Name |
Description |
format |
The format string with |
a0 |
Substitution argument for |
a1 |
Substitution argument for |
a2 |
Substitution argument for |
a3 |
Substitution argument for |
a4 |
Substitution argument for |
Created with MrDocs