ReactOS 0.4.16-dev-41-ge8c7597
|
#include <_string_sum.h>
Public Types | |
typedef const _CharT & | const_reference |
Public Member Functions | |
__char_wrapper (_CharT __val) | |
_CharT | getValue () const |
size_t | size () const |
const_reference | operator[] (size_t __n) const |
Private Attributes | |
_CharT | _Val |
Definition at line 25 of file _string_sum.h.
typedef const _CharT& __char_wrapper< _CharT >::const_reference |
Definition at line 26 of file _string_sum.h.
|
inline |
Definition at line 28 of file _string_sum.h.
|
inline |
Definition at line 30 of file _string_sum.h.
|
inline |
Definition at line 33 of file _string_sum.h.
|
inline |
Definition at line 31 of file _string_sum.h.
|
private |
Definition at line 39 of file _string_sum.h.
Referenced by __char_wrapper< _CharT >::getValue(), and __char_wrapper< _CharT >::operator[]().