[#boost-urls-params_encoded_base-max_size] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/params_encoded_base.adoc[params_encoded_base]::max_size :relfileprefix: ../../../ :mrdocs: Return the maximum number of characters possible == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/params_encoded_base.hpp#L161[boost/url/params_encoded_base.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr static std::size_t max_size() noexcept; ---- == Description This represents the largest number of characters that are possible in a path, not including any null terminator. === Exception Safety Throws nothing. [.small]#Created with https://www.mrdocs.com[MrDocs]#