Template Function shad::minmax_element(ForwardIt, ForwardIt, Compare)¶
- Defined in File algorithm.h
Function Documentation¶
-
template <class ForwardIt, class Compare>
std::enable_if_t<!shad::is_execution_policy<ForwardIt>::value, std::pair<ForwardIt, ForwardIt>>shad
::
minmax_element
(ForwardIt first, ForwardIt last, Compare comp)¶