Template Function shad::min_element(ForwardIt, ForwardIt, Compare)

Function Documentation

template <class ForwardIt, class Compare>
std::enable_if_t<!shad::is_execution_policy<ForwardIt>::value, ForwardIt> shad::min_element(ForwardIt first, ForwardIt last, Compare comp)