|
resize
Syntax:
#include <boost/bit_logic/bit_vector.hpp> void resize ( std::size_t num, bool fill_bits ) ; The resize() function changes the size of the container, using fill_bits to fill any additional elements if necessary. This function throws no exceptions. |