[#bsl-basic_string-0fb-const_reverse_iterator] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0fb.adoc[basic_string<char>]::const_reverse_iterator :relfileprefix: ../../ :mrdocs: These types satisfy the `ReversibleSequence` requirements. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef bsl::reverse_iterator<const_iterator> const_reverse_iterator; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#