Standard Library Standard Library Standard Library
Containers
Non-Owning Views
Algorithms
- Minimum / Maximum
- Existence Queries (
count
,any_of
, …) - Finding Elements (
find
,find_if
, …) - Comparing Ranges (
equal
,mismatch
, …) - Sequence Reordering (
reverse
,rotate
, …) - Changing Elements (
replace
,transform
, …) - Numeric Algorithms (
accumulate
,iota
, …) - Sorted Sequence Operations (
binary_search
, …) - Random Number Generation