boost::gil::histogram::operator=

Copy assignment operator.

Synopsis

Declared in <boost/gil/histogram.hpp>

unordered_map&
operator=(unordered_map const& 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 copy assign from

Created with MrDocs