boost::gil::histogram::operator=
Move assignment operator.
Synopsis
Declared in <boost/gil/histogram.hpp>
unordered_map&
operator=(unordered_map&& value) = default;
Return Value
A standard container composed of unique keys (containing at most one of each key value) that associates values of another type with the keys.
Parameters
Name |
Description |
value |
The object to move assign from |
Created with MrDocs