BloombergLP::bslstl::StringRefImp<wchar_t>::operator[]

Return a reference providing a non-modifiable access to the character at the specified index in the string bound to this reference. This reference remains valid as long as the string currently bound to this object remains valid. The behavior is undefined unless 0 <= index < length().

Synopsis

Declared in <bslstl_stringref.h>

const_reference
operator[](size_type index) const;