]> git.tdb.fi Git - libs/core.git/history - source/core/algorithm.h
Add move semantics to Variant
[libs/core.git] / source / core / algorithm.h
2022-12-20 Mikko RasaPartially revert "Use braced initializer lists ..."
2022-12-19 Mikko RasaAdd an algorithm to check for existence of a value...
2022-12-19 Mikko RasaUse braced initializer lists in place of constructors...
2022-10-26 Mikko RasaUse std::less as predicate in algorithms
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...