Table Of Contents

Previous topic

hash_value

Next topic

all_of

This Page

Sprout.Algorithm

Non-modifying sequence operations

function  
all_of  
all_of_equal  
any_of  
any_of_equal  
none_of  
none_of_equal  
one_of  
one_of_equal  
find  
find_if  
find_if_not  
find_end  
find_first_of  
adjacent_find  
count  
count_if  
mismatch  
equal  
is_permutation  
search  
search_n  

Heap operations

function  
is_heap  
is_heap_until  

Minimum and maximum

function  
min  
max  
minmax  
min_element  
max_element  
minmax_element  

Lexicographical comparison

function  
lexicographical_compare  
tristate_lexicographical_compare  

Clamp algorithm

function  
clamp