Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::data

Returns a pointer to the first character of the string.

BOOST_STATIC_STRING_CPP14_CONSTEXPR pointer
data();
  » more...

Returns a pointer to the first character of a string.

BOOST_STATIC_STRING_CPP14_CONSTEXPR const_pointer
data() const;
  » more...

PrevUpHomeNext