[#E1E276D479797DCDA52A2A781EC4D3D9D68A0F9F]

Function segments_base:: max_size

Return the maximum number of characters possible

Synopsis

            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.