Replaces the contents with count copies of value.

Synopsis

Declared in <absl/container/chunked_queue.h>

void
assign(
    size_type count,
    T const& value);

Parameters

Name

Description

count

The number of elements to create.

value

The value to copy into each element.

Created with MrDocs