boost::gil::histogram::empty
Returns true if the %unordered_map is empty.
Synopsis
Declared in <boost/gil/histogram.hpp>
[[nodiscard]]
bool
empty() const noexcept;
Return Value
true if the %unordered_map is empty.
|
The return value should not be discarded. |
Created with MrDocs