| 1752 | */ |
| 1753 | friend |
| 1754 | void |
| 1755 | swap(string& lhs, string& rhs) |
| 1756 | { |
| 1757 | lhs.swap(rhs); |
| 1758 | } |
| 1759 | //------------------------------------------------------ |
| 1760 | // |
| 1761 | // Search |
nothing calls this directly
no outgoing calls
no test coverage detected