partial_sort_copy « STL Algorithms Sorting « C++ Tutorial






27.6.partial_sort_copy
27.6.1.Use partial_sort_copy to copy elements in one container sorted into another container
27.6.2.Use partial_sort_copy with custom comparison function to copy elements in one container sorted into another container