Sprout.Algorithm

Non-modifying sequence operations

Heap operations

Minimum and maximum

  • min
  • max
  • minmax
  • min_element
  • max_element
  • minmax_element

Lexicographical comparison

  • lexicographical_compare
  • tristate_lexicographical_compare

Clamp algorithm

  • clamp

Table Of Contents

Previous topic

Class template array

Next topic

all_of

This Page