Namespaces
Variants
Views
Actions

Difference between revisions of "Template:cpp/algorithm/dsc minmax element"

From cppreference.com
(Created page with "{{dcl list tfun | cpp/algorithm/minmax | returns an std::pair built from the iterators to the first smallest and the last largest element in a sequence|notes={{mark c++11}} }}")
 
Line 1: Line 1:
{{dcl list tfun | cpp/algorithm/minmax | returns an std::pair built from the iterators to the first smallest and the last largest element in a sequence|notes={{mark c++11}} }}
+
{{dcl list tfun | cpp/algorithm/minmax_element | returns an std::pair built from the iterators to the first smallest and the last largest element in a sequence|notes={{mark c++11}} }}

Revision as of 11:15, 12 August 2011

|- class="t-dsc"

|

| returns an std::pair built from the iterators to the first smallest and the last largest element in a sequence
(function template) |-