max_size

Return the maximum number of characters possible

Synopsis

static size_t max_size() noexcept;

Declared in file <boost/url/segments_base.hpp> at line 128

Description

This represents the largest number of characters that are possible in a path, not including any null terminator.

Exception Safety

Throws nothing.