[#F9AE118F80D91E1C17ADF7B5C7A2FC435E0D9593]

Function segments_ref:: pop_back

Remove the last segment

Synopsis

            void
pop_back() noexcept;
        

Description

This function removes the last segment from the container.

Iterators to the last segment as well as all end iterators are invalidated.

Preconditions

not this->empty()

Exception Safety

Throws nothing.