boost::dynamic_bitset::operator=
Move assignment operator.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
dynamic_bitset&
operator=(dynamic_bitset&& src);
Description
This bitset becomes the same as the bitset src, while using the resources from src.
Parameters
| Name | Description |
|---|---|
src |
The object to move assign from |
Created with MrDocs