boost::gil::histogram::operator[]
Subscript ( [] ) access to %unordered_map data.
Synopses
Declared in <boost/gil/histogram.hpp>
Subscript ( [] ) access to %unordered_map data.
mapped_type&
operator[](key_type const& __k);
mapped_type&
operator[](key_type&& __k);
Parameters
Name |
Description |
__k |
The key for which data should be retrieved. |
Created with MrDocs