从www.CppReference.com打包的C++参考手册

源代码在线查看: merge.html

软件大小: 840 K
上传用户: dingjuan_01
关键词: CppReference www com 参考手册
下载地址: 免注册下载 普通下载 VIP

相关代码

																				  				  "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">								  merge				  																				  				  				  								  				    cppreference.com > 				    "index.html">C++ Lists > merge				  								  				    merge				  								  				    Syntax:				  				  				  #include <list>				  void merge( list &lst );				  void merge( list &lst, BinPred compfunction );												  The function merge() merges the list with lst, producing a				  combined list that is ordered with respect to the < operator. If				  compfunction is specified, then it is used as the comparison function				  for the lists instead of <.								  merge() runs in linear time.								  				    Related topics:				  								  				    Container operators				    insert				    splice				  				  				  				  												  				  											

相关资源