Crossware

Table of Contents        Previous topic       Next topic       

C++ COMPILER LIBRARY FUNCTIONS->String Class Functions->Non-Member Functions->Swap

#include <string>

void swap(string &lhs, string &rhs)

Swaps the contents of the two agruments.