Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
pct_string_view::max_size

(Inherited from grammar::string_view_base)

Return the maximum allowed size.

Synopsis
constexpr size_type
max_size() const;
Description

See string_view::max_size


PrevUpHomeNext