Assignment from initializer list.
void assign( std::initializer_list< reference > init);
The query parameters are replaced by the contents of the initializer list. The behavior is undefined if the elements belong to the container.
Linear in the size of init
.
Strong guarantee. Calls to allocate may throw.
Name |
Description |
---|---|
|
Initializer list with query parameters |