Replaces the contents with the elements from the initializer list il.
Synopsis
Declared in <absl/container/chunked_queue.h>
void
assign(std::initializer_list<T> il);
Parameters
Name |
Description |
il |
The initializer list to copy elements from. |
Created with MrDocs