reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
570 if (__str._M_is_local()) 572 traits_type::copy(_M_local_buf, __str._M_local_buf, 574 _M_length(__str.length()); 575 __str._M_set_length(0); 578 || __str.get_allocator() == __a) 580 _M_data(__str._M_data()); 581 _M_length(__str.length()); 582 _M_capacity(__str._M_allocated_capacity); 583 __str._M_data(__str._M_local_buf); 583 __str._M_data(__str._M_local_buf); 584 __str._M_set_length(0); 587 _M_construct(__str.begin(), __str.end()); 587 _M_construct(__str.begin(), __str.end());