Set the container equal to the bits in [first,last).]

Synopsis

Declared in <util/bitdeque.h>

template<typename It>
void
assign(
    It first,
    It last);

Parameters

Name

Description

first

Iterator to the first bit to copy.

last

Iterator past the last bit to copy.

Created with MrDocs