Return the maximum number of characters possible
static
size_t
max_size() noexcept;
Declared in file <boost/url/params_encoded_base.hpp> at line 138
This represents the largest number of characters that are possible in a path, not including any null terminator.
Throws nothing.