__cstr_wrapper< _CharT > Struct Template Reference#include <_string_sum.h>
Detailed Descriptiontemplate<class _CharT>
|
||||||||||||||||||||||||||||||||||||||||||||||
| typedef const _CharT& __cstr_wrapper< _CharT >::const_reference |
Definition at line 45 of file _string_sum.h.
| __cstr_wrapper< _CharT >::__cstr_wrapper | ( | const _CharT * | __cstr, | |
| size_t | __size | |||
| ) | [inline] |
Definition at line 47 of file _string_sum.h.
| const _CharT* __cstr_wrapper< _CharT >::c_str | ( | ) | const [inline] |
Definition at line 50 of file _string_sum.h.
| size_t __cstr_wrapper< _CharT >::size | ( | ) | const [inline] |
Definition at line 52 of file _string_sum.h.
| const_reference __cstr_wrapper< _CharT >::operator[] | ( | size_t | __n | ) | const [inline] |
Definition at line 54 of file _string_sum.h.
1.5.1