C++ Standard Library algorithms

GPTKB entity

Statements (86)
Predicate Object
gptkbp:instanceOf software library component
gptkbp:definedIn <algorithm> header
<functional> header
<numeric> header
gptkbp:extendsTo gptkb:C++11
gptkb:C++14
gptkb:C++17
gptkb:C++20
https://www.w3.org/2000/01/rdf-schema#label C++ Standard Library algorithms
gptkbp:introducedIn gptkb:C++98
gptkbp:partOf gptkb:C++_Standard_Library
gptkbp:provides gptkb:std::stable_sort
std::clamp
std::move
std::shuffle
std::is_heap
std::nth_element
std::partial_sort
std::sort
std::accumulate
std::adjacent_find
std::all_of
std::any_of
std::binary_search
std::copy
std::copy_if
std::count
std::count_if
std::equal
std::equal_range
std::exclusive_scan
std::fill
std::fill_n
std::find
std::find_if
std::find_if_not
std::for_each
std::generate
std::generate_n
std::includes
std::inclusive_scan
std::inplace_merge
std::iota
std::is_partitioned
std::is_sorted
std::lexicographical_compare
std::lower_bound
std::max_element
std::merge
std::min_element
std::minmax_element
std::mismatch
std::next_permutation
std::none_of
std::partition
std::prev_permutation
std::reduce
std::remove
std::remove_if
std::replace
std::replace_if
std::reverse
std::rotate
std::sample
std::set_difference
std::set_intersection
std::set_symmetric_difference
std::set_union
std::stable_partition
std::transform
std::transform_exclusive_scan
std::transform_inclusive_scan
std::transform_reduce
std::unique
std::upper_bound
gptkbp:usedFor searching
sorting
partitioning
set operations
numeric operations
permutation operations
heap operations
modifying sequences
range-based operations
gptkbp:bfsParent gptkb:ISO_C++98
gptkbp:bfsLayer 7