[#BloombergLP-balb-PipeControlChannel_CStringUtil-flatten-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/PipeControlChannel_CStringUtil.adoc[PipeControlChannel_CStringUtil]::flatten :relfileprefix: ../../../ :mrdocs: Return the result of invoking `c_str()` on the specified `string`. == Synopsis Declared in `<balb_pipecontrolchannel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char const* flatten(std::string const& string); ---- == Return Value null‐terminated string from `string.c_str()` == Parameters [cols="1,4"] |=== | Name| Description | *string* | string whose `c_str()` result is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#