__bstr_wrapper< _CharT, _Traits, _Alloc > Struct Template Reference#include <_string_sum.h>
Detailed Descriptiontemplate<class _CharT, class _Traits, class _Alloc>
|
typedef const _CharT& __bstr_wrapper< _CharT, _Traits, _Alloc >::const_reference |
Definition at line 64 of file _string_sum.h.
typedef basic_string<_CharT, _Traits, _Alloc> __bstr_wrapper< _CharT, _Traits, _Alloc >::_BString |
Definition at line 65 of file _string_sum.h.
__bstr_wrapper< _CharT, _Traits, _Alloc >::__bstr_wrapper | ( | _BString const & | __s | ) | [inline] |
Definition at line 67 of file _string_sum.h.
size_t __bstr_wrapper< _CharT, _Traits, _Alloc >::size | ( | ) | const [inline] |
Definition at line 70 of file _string_sum.h.
References basic_string< _CharT, _Traits, _Alloc >::size().
const_reference __bstr_wrapper< _CharT, _Traits, _Alloc >::operator[] | ( | size_t | __n | ) | const [inline] |
Definition at line 72 of file _string_sum.h.
_BString const& __bstr_wrapper< _CharT, _Traits, _Alloc >::b_str | ( | ) | const [inline] |
Definition at line 74 of file _string_sum.h.