How can I use Boost.Bind on compound types?

I have std::map >, and I need to find the minimal short in this map. How can I use boost::bind with std::min_element() for this?

boost::lambda?

8
задан Rob Kennedy 25 January 2011 в 15:58
поделиться