Searched refs:_BStrOnLeft (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_string_sum.h123 typedef __bstr_sum<_CharT, _Traits, _Alloc, _Self, __bstr_wrapper<_CharT, _Traits, _Alloc>, __on_left> _BStrOnLeft; typedef in class:__bstr_sum
124 _BStrOnLeft operator += (const _BString& __s) { return append(__s); }
133 _BStrOnLeft append (const _BString& __s)
134 { return _BStrOnLeft(*this, __s); }

Completed in 164 milliseconds