SubstituteAndAppend overloads
Synopses
Declared in <absl/strings/substitute.h>
Substitutes variables into format and appends the result to output.
void
SubstituteAndAppend(
std::string* output,
std::string_view format);
Overload of SubstituteAndAppend() that fails to compile when the number of placeholders does not match the number of arguments.
void
SubstituteAndAppend(
std::string* output,
char const* format);
Substitutes variables into format and appends the result to output.
void
SubstituteAndAppend(
std::string* output,
std::string_view format,
/* implementation-defined */ const& a0);
Overload of SubstituteAndAppend() that fails to compile when the number of placeholders does not match the number of arguments.
void
SubstituteAndAppend(
std::string* output,
char const* format,
/* implementation-defined */ const& a0);
Substitutes variables into format and appends the result to output.
void
SubstituteAndAppend(
std::string* output,
std::string_view format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1);
Overload of SubstituteAndAppend() that fails to compile when the number of placeholders does not match the number of arguments.
void
SubstituteAndAppend(
std::string* output,
char const* format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1);
Substitutes variables into format and appends the result to output.
void
SubstituteAndAppend(
std::string* output,
std::string_view format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2);
Overload of SubstituteAndAppend() that fails to compile when the number of placeholders does not match the number of arguments.
void
SubstituteAndAppend(
std::string* output,
char const* format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2);
Substitutes variables into format and appends the result to output.
void
SubstituteAndAppend(
std::string* output,
std::string_view format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3);
Overload of SubstituteAndAppend() that fails to compile when the number of placeholders does not match the number of arguments.
void
SubstituteAndAppend(
std::string* output,
char const* format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3);
Substitutes variables into format and appends the result to output.
void
SubstituteAndAppend(
std::string* output,
std::string_view format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4);
Overload of SubstituteAndAppend() that fails to compile when the number of placeholders does not match the number of arguments.
void
SubstituteAndAppend(
std::string* output,
char const* format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4);
Substitutes variables into format and appends the result to output.
void
SubstituteAndAppend(
std::string* output,
std::string_view format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4,
/* implementation-defined */ const& a5);
Overload of SubstituteAndAppend() that fails to compile when the number of placeholders does not match the number of arguments.
void
SubstituteAndAppend(
std::string* output,
char const* format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4,
/* implementation-defined */ const& a5);
Substitutes variables into format and appends the result to output.
void
SubstituteAndAppend(
std::string* output,
std::string_view format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4,
/* implementation-defined */ const& a5,
/* implementation-defined */ const& a6);
Overload of SubstituteAndAppend() that fails to compile when the number of placeholders does not match the number of arguments.
void
SubstituteAndAppend(
std::string* output,
char const* format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4,
/* implementation-defined */ const& a5,
/* implementation-defined */ const& a6);
Substitutes variables into format and appends the result to output.
void
SubstituteAndAppend(
std::string* output,
std::string_view format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4,
/* implementation-defined */ const& a5,
/* implementation-defined */ const& a6,
/* implementation-defined */ const& a7);
Overload of SubstituteAndAppend() that fails to compile when the number of placeholders does not match the number of arguments.
void
SubstituteAndAppend(
std::string* output,
char const* format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4,
/* implementation-defined */ const& a5,
/* implementation-defined */ const& a6,
/* implementation-defined */ const& a7);
Substitutes variables into format and appends the result to output.
void
SubstituteAndAppend(
std::string* output,
std::string_view format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4,
/* implementation-defined */ const& a5,
/* implementation-defined */ const& a6,
/* implementation-defined */ const& a7,
/* implementation-defined */ const& a8);
Overload of SubstituteAndAppend() that fails to compile when the number of placeholders does not match the number of arguments.
void
SubstituteAndAppend(
std::string* output,
char const* format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4,
/* implementation-defined */ const& a5,
/* implementation-defined */ const& a6,
/* implementation-defined */ const& a7,
/* implementation-defined */ const& a8);
Substitutes variables into format and appends the result to output.
void
SubstituteAndAppend(
std::string* output,
std::string_view format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4,
/* implementation-defined */ const& a5,
/* implementation-defined */ const& a6,
/* implementation-defined */ const& a7,
/* implementation-defined */ const& a8,
/* implementation-defined */ const& a9);
Overload of SubstituteAndAppend() that fails to compile when the number of placeholders does not match the number of arguments.
void
SubstituteAndAppend(
std::string* output,
char const* format,
/* implementation-defined */ const& a0,
/* implementation-defined */ const& a1,
/* implementation-defined */ const& a2,
/* implementation-defined */ const& a3,
/* implementation-defined */ const& a4,
/* implementation-defined */ const& a5,
/* implementation-defined */ const& a6,
/* implementation-defined */ const& a7,
/* implementation-defined */ const& a8,
/* implementation-defined */ const& a9);
Parameters
Name |
Description |
output |
The string that the substituted result is appended to. |
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 |
a5 |
Substitution argument for |
a6 |
Substitution argument for |
a7 |
Substitution argument for |
a8 |
Substitution argument for |
a9 |
Substitution argument for |
Created with MrDocs