[#boost-urls-decode_view-front] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/decode_view.adoc[decode_view]::front :relfileprefix: ../../../ :mrdocs: Return the first character == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/decode_view.hpp#L310[boost/url/decode_view.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/decode_view/reference.adoc[reference] front() const noexcept; ---- == Description === Example [,cpp] ---- assert( decode_view( "Program%20Files" ).front() == 'P' ); ---- === Preconditions [,cpp] ---- not this->empty() ---- === Complexity Constant. === Exception Safety Throws nothing. [.small]#Created with https://www.mrdocs.com[MrDocs]#