Searched refs:_BStrOnLeft (Results 1 – 1 of 1) sorted by relevance
123 …um<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft; typedef124 _BStrOnLeft operator += (const _BString& __s) { return append(__s); }133 _BStrOnLeft append (const _BString& __s) in append()134 { return _BStrOnLeft(*this, __s); } in append()