HomeManualTopicsTypesSymbols

std_types::tuple/std::new

clones the specified tuple and replace its contents

Parameters

None

Results

None

Description

The first argument is used as a prototype which supplies the methods for the newly created tuple. All items of the prototype tuple are replaced with the specified items. You must supply as many items as the prototype tuple contains.

Arguments: prototype # the prototype for the new list first_item ... last_item

Implements

std::new creates a new collection with inherited attributes

See also

std::list constructs a list from its arguments