|
Header <boost/algorithm/minmax.hpp>Boost , The Boost Algorithm Library , Reference
namespace boost {
template<typename T>
tuple< T const &, T const & > minmax(T const & a, T const & b);
template<typename T, typename BinaryPredicate>
tuple< T const &, T const & >
minmax(T const & a, T const & b, BinaryPredicate comp);
}
Статья Header <boost/algorithm/minmax.hpp> раздела The Boost Algorithm Library Reference может быть полезна для разработчиков на c++ и boost.
:: Главная :: Reference ::
|
|