C++ Stories

Modern C++ and Native Code (converting from bfilipek.com)

C++ Stories

  • Start Here
  • Author
  • Resources
  • Archives
  • Privacy
  • Premium
  • My Book

12 Different Ways to Filter Containers in Modern C++

01 February 2021

Do you know how many ways we can implement a filter function in C++? While the problem is relatively easy to understand - take a container, copy elements that match a predicate and the return a new container - it’s good to exercise with the Standard Library and check a few ideas.

READ MORE...

© 2011-2021, Bartlomiej Filipek
Disclaimer: Any opinions expressed herein are in no way representative of those of my employers. All data and information provided on this site is for informational purposes only. I try to write complete and accurate articles, but the web-site will not be liable for any errors, omissions, or delays in this information or any losses, injuries, or damages arising from its display or use.
This site contains ads or referral links, which provide me with a commission. Thank you for your understanding.
Built on the Hugo Platform!