boost::gil::histogram::operator=
Assignment operators
Synopses
Declared in <boost/gil/histogram.hpp>
%Unordered_map list assignment operator.
unordered_map&
operator=(initializer_list<value_type> __l);
Copy assignment operator.
unordered_map&
operator=(unordered_map const& value) = default;
Move assignment operator.
unordered_map&
operator=(unordered_map&& value) = default;
Parameters
Name |
Description |
__l |
An initializer_list. |
Created with MrDocs