boost::urls::decode_view::front

Return the first character

Synopsis

Declared in <include/boost/url/decode_view.hpp>

reference
front() const noexcept;

Description

assert( decode_view( "Program%20Files" ).front() == 'P' ); not this->empty()

Constant.

Throws nothing.

Created with MrDocs