boost::gil::histogram::clear

Erases all elements in an %unordered_map. Note that this function only erases the elements, and that if the elements themselves are pointers, the pointed‐to memory is not touched in any way. Managing the pointer is the user's responsibility.

Synopsis

Declared in <boost/gil/histogram.hpp>

void
clear() noexcept;

Created with MrDocs