[#boost-urls-segments_base-max_size] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/segments_base.adoc[segments_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/segments_base.hpp#L148[boost/url/segments_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]#