]> git.tdb.fi Git - libs/core.git/commit
Add implementations of find and find_if that take a container
authorMikko Rasa <tdb@tdb.fi>
Sat, 5 Nov 2016 11:28:12 +0000 (13:28 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 5 Nov 2016 11:28:12 +0000 (13:28 +0200)
commit8ac74c1f54ccedb86b4cd1544e2251682c0e95c8
tree11148a63437f73b7cbfcd3387c388145dae27f9b
parent7ca970e5db84020e4735afccf43ede4d52ac0bf0
Add implementations of find and find_if that take a container

Rather than an iterator pair.  Searching through an entire container is
a very common use case.
source/core/algorithm.h [new file with mode: 0644]