Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
string::data

Return the underlying character array directly.

char*
data() noexcept;
  » more...

char const*
data() const noexcept;
  » more...

PrevUpHomeNext