fmt_vformat_mangle_name overloads
Declared in <folly/FmtUtility.h>
Returns a mangled copy of the named-arg name str.
std::string
fmt_vformat_mangle_name(std::string_view const str);
» more...
Appends the mangled form of the named-arg name str to out.
void
fmt_vformat_mangle_name(
std::string& out,
std::string_view const str);
» more...
A mangled copy of the named-arg name.
| Name | Description |
|---|---|
| str | The named-arg name to mangle. |
| out | The string to append the mangled name to. |