String: Assign-memorygarden's blog-C ++ blog

Source: Internet
Author: User

String: swap-huycwork log-Netease blog

String: swap  

2010-04-13 18:55:53| Category:Cppreference private data center| Tag:  |Font SizeLargeMediumSmall Subscription


Swap

Prototype:

    # Include <string>  
  Void Swap ( String & From ) ;

The swap () function replaces the elements of the current string and from. This function uses constant time (Constant time) Run. For example, the followingCodeSwap () is used to exchange the values of two strings:

    String  First (     "This comes first"     )  ;
  String Second ( "And this is second" ) ;
First. Swap ( Second ) ;
  Cout < First < Endl ;
  Cout < Second < Endl ;

The code will generate the following output:

And this is second this comes first

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.