min_element « STL Algorithms Min Max « C++ Tutorial






29.4.min_element
29.4.1.Find and print minimum elements in a vector
29.4.2.Use min_element to get the minimum element in a container
29.4.3.Use min_element to get the minimum value
29.4.4.Use min_element with criteria function