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