boost::gil::histogram::key_from_tuple
Returns a key compatible to be used as the histogram key from the input tuple
Synopsis
Declared in <boost/gil/histogram.hpp>
template<
std::size_t Dimensions...,
typename Tuple>
key_t
key_from_tuple(Tuple const& t) const;
Created with MrDocs