merge

Function Details

void merge(self &x)
 

Merge content with another container.

This function supports auto-commit.

Parameters

x

The other list to merge with.

void merge(self &x,
    Compare comp)
 

Merge content with another container.

This function supports auto-commit.

Parameters

x

The other list to merge with.

comp

The compare function to determine insertion position.

Group: std::list specific functions

Class

db_vector