sftrabbit / CppPatterns-Patterns

A repository of modern C++ patterns curated by the community.
Creative Commons Zero v1.0 Universal
1.43k stars 223 forks source link

Adding find algorithm #78

Closed dogukanteber closed 1 year ago

dogukanteber commented 3 years ago

find, find_if and find_if_not functions have been added with an explanation.