:relfileprefix: ../../../ [#42726910F2427D128024073F85C296753C07F6A3] = Function url_view::max_size pass:v,q[Return the maximum number of characters possible] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr static size_t max_size() noexcept; ---- == Description pass:v,q[This represents the largest number of] pass:v,q[characters that are possible in a url,] pass:v,q[not including any null terminator.] === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] == Return Value * `size_t`