]> git.tdb.fi Git - libs/core.git/history - source/core/algorithm.h
Add a flipped operator() to MemberCompare so upper_bound_member can work
[libs/core.git] / source / core / algorithm.h
2021-11-23 Mikko RasaAdd a flipped operator() to MemberCompare so upper_boun...
2021-08-29 Mikko RasaAdd a shortcut for transforming a container in-place
2021-04-11 Mikko RasaAdd utility functions to search and sort containers...
2021-04-02 Mikko RasaAdd wrappers for lower_bound and upper_bound
2018-03-25 Mikko RasaAdd whole-container versions of sort and stable_sort
2018-03-25 Mikko RasaMark the functions in algorithm.h as inline
2016-11-05 Mikko RasaAdd implementations of find and find_if that take a...