[#boost-urls-grammar-string_view_base-operator_subs] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/grammar.adoc[grammar]::xref:boost/urls/grammar/string_view_base.adoc[string_view_base]::operator[] :relfileprefix: ../../../../ :mrdocs: Access a character == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/string_view_base.hpp#L273[boost/url/grammar/string_view_base.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/const_reference.adoc[const_reference] operator[](xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos) const noexcept; ---- == Description See `core::string_view::operator[]` [.small]#Created with https://www.mrdocs.com[MrDocs]#