Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
C++ Tutorial
STL Algorithms Merge 25 codes
Home
C++ Tutorial
STL Algorithms Merge
1 Container includes
2 Demonstrating the generic merge algorithm with an array, a list, and a deque
3 Determine difference the ranges with set_symmetric_difference()
4 Determine elements in both two sets
5 Determine elements in one set but not in another set
6 Determine elements in set A that are not in set B and elements of set B that are not in set A
7 Determine elements of first range without elements of second range by using set_difference()
8 Determine elements that are in either or both sets
9 Determine whether one set is completely contained in another set
10 Generic merge algorithm
11 Generic merge algorithms
12 Illustrate set_intersection
13 Illustrate set_symmetric_difference
14 Illustrate set_union
15 Includes, set_difference, set_intersection, set_symmetric_difference and set_union
16 Inplace_merge a list
17 Inplace_merge, reverse_copy, and unique_copy
18 Intersect the ranges by using set_intersection()
19 Merge two containers
20 Std
21 Sum the ranges by using merge()
22 Unite the ranges by using set_union()
23 Use includes and search to check whether all elements in search are also in coll
24 Use merge with back_inserter
25 Use std