Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
pct_string_view::data

(Inherited from grammar::string_view_base)

Return a pointer to the character buffer.

Synopsis
constexpr const_pointer
data() const;
Description

See string_view::data


PrevUpHomeNext