_string_sum.h | 44 struct __cstr_wrapper { struct 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : function in struct:__cstr_wrapper 126 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __cstr_wrapper<_CharT>, __on_left> _CStrOnLeft; 139 return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); 142 { return _CStrOnLeft(*this, __cstr_wrapper<_CharT>(__s, __n)); }
|