Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
grammar::string_view_base::data

Return a pointer to the character buffer.

Synopsis
constexpr const_pointer
data() const;
Description

See string_view::data


PrevUpHomeNext