boost::gil::histogram::try_emplace
Synopsis
Declared in <boost/gil/histogram.hpp>
template<typename... _Args>
pair<iterator, bool>
try_emplace(
key_type&& __k,
_Args&&... __args);
Created with MrDocs