[#BF632F9CB7A33826DCEC608C7B84940AA61DCEEC]

Function decode_view:: back

Return the last character

Synopsis

            reference
back() const noexcept;
        

Description

Example

assert( decode_view( "Program%20Files" ).back() == 's' );

Preconditions

not this->empty()

Complexity

Constant.

Exception Safety

Throws nothing.