Return the result of invoking c_str() on the specified string.

Synopsis

Declared in <balb_pipecontrolchannel.h>

static
char const*
flatten(std::string const& string);

Return Value

null‐terminated string from string.c_str()

Parameters

Name

Description

string

string whose c_str() result is returned

Created with MrDocs