Click here to Skip to main content
15,898,222 members
Articles / Programming Languages / C++

Using Pointer to Members on STL Algorithms

Rate me:
Please Sign up or sign in to vote.
4.40/5 (4 votes)
14 Mar 2019CPOL2 min read 3.8K  
Using pointer to members is sometimes a mighty feature of C++. In this post you see a way of how to use them in STL algorithms.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader KISSsoft AG
Switzerland Switzerland
Passionate C++ developer, mechanical engineer, Head of Software Development at KISSsoft AG and host of https://thoughs-on-coding.com

Comments and Discussions