Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::data

Returns a pointer to the first character of a string.

CharT*
data();
  » more...

CharT const*
data() const;
  » more...

PrevUpHomeNext