A convenient approch for feature extractor

When I've start seriously using STL algorithms, I suddenly realized how much I miss a way to define anonymous class or functions. For example, it is a quite common need to run an STL algorithm based on some of the prooperty of object a container is holding. In this ...

Read More