[#3CC6111A9C8E52DEE16C3C9DDF71911D3731123F]

Function url_base:: clear

Clear the contents while preserving the capacity

Synopsis

            void
clear() noexcept;
        

Description

Postconditions

this->empty() == true

Complexity

Constant.

Exception Safety

No-throw guarantee.