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